Skip to content
Discussion options

You must be logged in to vote

@toresenneseth, the expectation is that the message store implementation would generate an id to store the chat history under and then store that id with the Agent Thread state (if needed). The AgentThread therefore always has a reference to the id. This id should be serialized and deserialized with the AgentThread when the AgentThread is stored between runs.

I think we have a gap where you already have a database of chat history that you want to use, but don't have any stored agent threads. We are looking at adding more support in this area at the moment, so expect some changes.

Also see the following sections for some more context:

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@toresenneseth
Comment options

Comment options

You must be logged in to vote
1 reply
@toresenneseth
Comment options

Answer selected by toresenneseth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants