Is there a way to improve how often my agent uses its tool beyond the prompt? #2178
Unanswered
paulrinaldi
asked this question in
Q&A
Replies: 1 comment
-
I think I've improved the response rate with the XML like design. TBD. |
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.
-
I'm seeing about a 44% success rate on using a tool when expected (it is always expected to use a tool).
The prompt is similar to this:
Should I give it examples of the tool call json it should generate?
Is there a way to train these models (gemini 2.0-flash or greater)?
Should I use memory in some way to make this better?
Should I simply cache results that I look up and bypass the high hallucination count?
Would provisioned compute help?
Some guidance I am considering: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/prompt-design-strategies#sample-prompt-template
Beta Was this translation helpful? Give feedback.
All reactions