We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FunctionCallingProgram accepts a tool_choice option that it does not use.
Workaround: Pass tool_choice via llm_kwargs in call/acall.
tool_choice
llm_kwargs
call
acall
It can be confusing to pass in an explicitly accepted parameter and have it not be used.
No response
The text was updated successfully, but these errors were encountered:
I welcome a PR! If not ill probably get to it tomorrow
Sorry, something went wrong.
No branches or pull requests
Feature Description
FunctionCallingProgram accepts a tool_choice option that it does not use.
Workaround:
Pass
tool_choice
viallm_kwargs
incall
/acall
.Reason
It can be confusing to pass in an explicitly accepted parameter and have it not be used.
Value of Feature
No response
The text was updated successfully, but these errors were encountered: