Replies: 1 comment
-
@vbarda please, if you have a time, a short advice. I believe you know that answer :) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Please advice me, or help. I have the agent executor, which built out of the graph nodes (once at the runtime):
Then I invoke agent in graph node:
So the problem, is that I want to be able to change "question" variable depend on user input, which is
state.question
.But I very not want to re-built graph again on the node... I guess it will delay execution at all.
Any solutions at all? maybe passing additional template variables at invocation like so:
Thank you in advance for the help 😊
Beta Was this translation helpful? Give feedback.
All reactions