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/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/anthropic/types.ts#L65

Properties

remaining?

TypeScript
optional remaining: number;

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


total

TypeScript
total: number;

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


type

TypeScript
type: "tokens";

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

Docs