Anthropic Provider
The Anthropic Provider transforms Composio tools into a format compatible with Anthropic’s function calling capabilities through it’s Messages API.
Setup
Anthropic provider can be installed for both the SDKs.
You can specify the provider in the constructor. The constructor also takes in an optional cacheTools
parameter.
Usage
Streaming
- Pending on SDK
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.