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

AxAIAnthropicTaskBudget

TypeScript
type AxAIAnthropicTaskBudget = object;

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

Properties

remaining?

TypeScript
optional remaining: number;

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


total

TypeScript
total: number;

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


type

TypeScript
type: "tokens";

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

Docs