Install
Basic Messages Call
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.
TypeScript
Prompt Caching
When Anthropic returns cache creation and cache read token counts, Catalyst maps them into OpenInference token detail attributes.TypeScript