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/3306475085414d36aee4411ad2466e08e53bef8a/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/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/anthropic/types.ts#L235


explanation?

TypeScript
optional explanation: string | null;

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


type

TypeScript
type: "refusal";

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

Docs