AxAIAnthropicStopDetails Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAIAnthropicStopDetails.md type AxAIAnthropicStopDetails

AxAIAnthropicStopDetails

TypeScript
type AxAIAnthropicStopDetails = object;

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

Properties

category?

TypeScript
optional category: "cyber" | "bio" | string | null;

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


explanation?

TypeScript
optional explanation: string | null;

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


type

TypeScript
type: "refusal";

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

Docs