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/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/anthropic/types.ts#L67

Properties

remaining?

TypeScript
optional remaining: number;

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


total

TypeScript
total: number;

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


type

TypeScript
type: "tokens";

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

Docs