Is there a way to dynamically decide on tool? #2002
Unanswered
muhammadfaizan
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 have generated a tool like this...
I want
assign-to-human-when-needed
to be executed only when other tool is unable to answer the question or does not understand the question.However the API is always being called...
Regardless of what I pass in query, the api tool to assign to human is always called.. Which is problematic, is there a way to enforce it to not access the api, we have tried directReturn and earlyStoppingMethod: generate as well...
Beta Was this translation helpful? Give feedback.
All reactions