Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 10 months ago
0
Follow
is there a way to assign the chat store
is there a way to assign the chat store
Inactive
0
Follow
s
shawtyisaten
10 months ago
ยท
is there a way to assign the chat store to an agent after initializing the agent? something like
agent.chat_store = redis_chat_store
L
1 comment
Share
Open in Discord
L
Logan M
10 months ago
After initializing? I don't think so.
Your best bet is managing the chat store/memory outside of the agent, and passing in the chat history like
agent.chat("msg", chat_history=chat_history)
Add a reply
Sign up and join the conversation on Discord
Join on Discord