Provider Integrations
Anthropic Client
Synth’s Anthropic client wrapper for automatic message tracking
The Synth Anthropic clients provide the same functionality as the original Anthropic clients, but automatically track all AI messages when used within methods decorated with trace_event
.
Usage
The client automatically tracks:
- Input messages
- Output messages
- Model parameters
- Tool calls and responses
Note: When using these clients within
trace_event
decorated methods, you don’t need to usetrack_messages
as all interactions are automatically tracked.