Skip to content

Conversation

@iceljc
Copy link
Collaborator

@iceljc iceljc commented Jan 1, 2024

  1. Refine conversation states by tracking message history.

{
var stateDir = Path.Combine(convDir, "state.dict");
curStates = CollectConversationStates(stateDir);
var stateFile = Path.Combine(convDir, "state.dict");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we rename to state.json?

_services = services;
}

[HttpGet("/test")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the testing code?

@Oceania2018 Oceania2018 merged commit ea9ae4d into SciSharp:master Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants