Log in
Log into community
Find answers from the community
View all posts
Related posts
Was this helpful?
π
π
π
Powered by
Hall
Inactive
Updated 12 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
At a glance
s
shawtyisaten
12 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
12 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