AxAIAnthropicThinkingConfig
type AxAIAnthropicThinkingConfig = object;
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/ai/anthropic/types.ts#L29
Properties
budget_tokens
budget_tokens: number;
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/ai/anthropic/types.ts#L31
includeThoughts?
optional includeThoughts: boolean;
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/ai/anthropic/types.ts#L35
Optional: include provider thinking content in outputs
thinkingTokenBudget?
optional thinkingTokenBudget: number;
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/ai/anthropic/types.ts#L33
Optional: numeric budget hint used in config normalization
type
type: "enabled";
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/ai/anthropic/types.ts#L30