Install
Basic Messages Call
Anthropic Inside An Agent
Tool Use Round Trip
Anthropic tool use is a two-turn pattern: the assistant returns atool_use
block, then your app returns a matching tool_result block. Catalyst records
both sides of that relationship on the auto-emitted LLM span — what the
model asked for and the result you passed back.
TypeScript
Prompt Caching
When Anthropic returns cache creation and cache read token counts, Catalyst maps them into OpenInference token detail attributes.TypeScript