Controlling Query Rephrasing in LangGraph Tool Execution #1510
Unanswered
Subhashree-Behera
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.
-
In one of my project I am using LangGraph where I'm integrating several tools. When I trigger a tool, I send query along with the conversation history, and as the tool automatically rephrases the user's query. However, I want to control how this rephrasing is done so that it aligns with our specific requirements.
Is there a way to guide the tool executor to rephrase the query according to our needs? Has anyone faced a similar challenge, and how to address this, any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions