Inject prompt only when tool is being called #8759
Unanswered
noobmaster19
asked this question in
Help
Replies: 1 comment
-
I am doing it by using the .describe() within the input schema. Is this the right way to do this? My objective is:
The details are very lengthy hence the constaint. |
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.
-
I have many cases where the certain lengthy prompts are only needed when the agent decides to call the tool. I.e. the agent only needs to know of these context when he decides to use that tool, is there a good way to do this without using nested agents?
Beta Was this translation helpful? Give feedback.
All reactions