Anthropic's tool-use format is plain JSON (Messages API), so like the OpenAI adapter this needs no @anthropic-ai/sdk peer dependency — it only builds/consumes wire-format objects.
@anthropic-ai/sdk
Optional
Protected
Readonly
Executes a tool call by the sanitized name the provider echoed back.
Anthropic's tool-use format is plain JSON (Messages API), so like the OpenAI adapter this needs no
@anthropic-ai/sdkpeer dependency — it only builds/consumes wire-format objects.