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

Properties

effort?

TypeScript
optional effort: AxAIAnthropicEffortLevel;

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


format?

TypeScript
optional format: object;

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

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

Docs