AxAIAnthropicThinkingConfig
type AxAIAnthropicThinkingConfig = object;
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/ai/anthropic/types.ts#L38
Properties
budget_tokens
budget_tokens: number;
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/ai/anthropic/types.ts#L40
includeThoughts?
optional includeThoughts: boolean;
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/ai/anthropic/types.ts#L44
Optional: include provider thinking content in outputs
thinkingTokenBudget?
optional thinkingTokenBudget: number;
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/ai/anthropic/types.ts#L42
Optional: numeric budget hint used in config normalization
type
type: "enabled";
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/ai/anthropic/types.ts#L39