Anthropic Provider
The Anthropic Provider transforms Composio tools into a format compatible with Anthropic’s function calling capabilities through its Messages API.
Setup
The Anthropic provider can be installed for both SDKs.
You can specify the provider in the constructor. The constructor also takes in an optional cacheTools
parameter.
Usage
Modifiers
Modifiers are functions that can be used to intercept and optionally modify the schema, the tool call request and the response from the tool call.
Anthropic provider modifiers are the standard framework modifiers. Read more here: Framework Modifiers.