Are "Multi-modal Tool Results" only supported for Anthropic "provider-defined" tools? #5357
Replies: 2 comments
-
Yes - this is currently only for Anthropic (and experimental; might change at any point). Should apply to all tools in the anthropic provider; potentially only used by the Computer Use tool on their end tho. |
Beta Was this translation helpful? Give feedback.
-
Hi @lgrammel , thanks for the response! Sorry to be pedantic: I am using |
Beta Was this translation helpful? Give feedback.
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 have defined a tool
type: 'function'
and added theexperimental_toToolResultContent
so that it gets converted fromresult
tocontent
, but the messages I'm seeing inuseChat
are the standardresult
format.Here's a trivial example for illustration purposes:
The Multi-modal Tool Results docs state that only Anthropic is supported, which is the model I'm using. The question is whether user-defined tools like the one above are allowed, or only provider-defined tools like
anthropic.tools.computer_20241022
Beta Was this translation helpful? Give feedback.
All reactions