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

AxAIAnthropicOutputConfig

TypeScript
type AxAIAnthropicOutputConfig = object;

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

Properties

effort?

TypeScript
optional effort: AxAIAnthropicEffortLevel;

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


format?

TypeScript
optional format: object;

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

schema

TypeScript
schema: object;

type

TypeScript
type: "json_schema";

task_budget?

TypeScript
optional task_budget: AxAIAnthropicTaskBudget;

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

Docs