Replies: 1 comment 2 replies
-
|
Thanks for the question, @cecheta. Let me turn this into an issue so it's easier to track. So we do have the proper context: which Agent / Client are you using? Is there anything else around your scenario you think would be useful for us to know when looking at this? |
Beta Was this translation helpful? Give feedback.
2 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.
-
Currently, when
tool_choice: requiredis set, it gets automatically reset after the first function invocation, to prevent an infinite loop. While this makes sense, there may be times where the developer wants greater choice over thetool_choiceparameter, for example leaving it set astool_choice: requireduntil a certain function has been called. Currently, this isn't possible without disabling automatic function calling. Is there any way such a thing could be implemented in the Agent Framework?Beta Was this translation helpful? Give feedback.
All reactions