AxAIAnthropicMessageDeltaEvent
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/ai/anthropic/types.ts#L288
Properties
Property | Type |
---|---|
delta | object |
delta.stop_reason | null | "end_turn" | "max_tokens" | "stop_sequence" |
delta.stop_sequence | null | string |
type | "message_delta" |
usage | object |
usage.output_tokens | number |