You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a look through the documentation, but couldn't find if there's a way to force the use of a specific tool, eg. using the tool_choice param like here for OpenAI and here for Anthropic.
Is this something that's currently possible with magentic? It's possible I missed it.
Thanks!
The text was updated successfully, but these errors were encountered:
Is your use case to provide multiple tools but still force a specific one to be used? To do this I think the tool_choice param would need to be exposed in the ChatModel.complete method and to Chat.submit and @prompt/@chatprompt.
Hi @jackmpcollins, happy new year!
I had a look through the documentation, but couldn't find if there's a way to force the use of a specific tool, eg. using the
tool_choice
param like here for OpenAI and here for Anthropic.Is this something that's currently possible with
magentic
? It's possible I missed it.Thanks!
The text was updated successfully, but these errors were encountered: