AxAIAnthropicMessageDeltaEvent
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/anthropic/types.ts#L245
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 |