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/31f293d0ebe925f398e3310055e4d2b6ef3b1b2e/src/ax/ai/anthropic/types.ts#L233

Properties

category?

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

Defined in: https://github.com/ax-llm/ax/blob/31f293d0ebe925f398e3310055e4d2b6ef3b1b2e/src/ax/ai/anthropic/types.ts#L235


explanation?

TypeScript
optional explanation: string | null;

Defined in: https://github.com/ax-llm/ax/blob/31f293d0ebe925f398e3310055e4d2b6ef3b1b2e/src/ax/ai/anthropic/types.ts#L236


type

TypeScript
type: "refusal";

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

Docs