AxAIAnthropicContentBlockStartEvent Generated TypeScript API reference. typescript api api/reference build/apidocs/Interface.AxAIAnthropicContentBlockStartEvent.md interface AxAIAnthropicContentBlockStartEvent

AxAIAnthropicContentBlockStartEvent

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/anthropic/types.ts#L315

Properties

PropertyType
content_block| { text: string; type: "text"; } | { id: string; input: object; name: string; type: "tool_use"; } | { id: string; input: object; name: string; type: "server_tool_use"; } | { content: unknown[]; tool_use_id: string; type: "web_search_tool_result"; } | { thinking: string; type: "thinking"; }
indexnumber
type"content_block_start"
Docs