Can we easily modify an agent's conversation history? #5926
Unanswered
davidfan168
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently trying to build a model using langchain's
ZeroShotAgent
and a bunch of database tools I made. However, this tool seems to go over the token limit every once in a while. Is there currently an easy way for me to modify the intermediate steps in the agent? (Like summarizing some steps or removing the massive database schema after a few steps).If there isn't an available function, will it be helpful if I try to build an agent with this ability and publish it here?
This is the first time I'm looking into a codebase and the first time working on a large project. Any additional tips would also be very helpful!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions