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/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/anthropic/types.ts#L245

Properties

category?

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

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/anthropic/types.ts#L247


explanation?

TypeScript
optional explanation: string | null;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/anthropic/types.ts#L248


type

TypeScript
type: "refusal";

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/anthropic/types.ts#L246

Docs