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

AxAIGoogleGeminiThinkingConfig

TypeScript
type AxAIGoogleGeminiThinkingConfig = object;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/google-gemini/types.ts#L255

Properties

includeThoughts?

TypeScript
optional includeThoughts: boolean;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/google-gemini/types.ts#L258


thinkingLevel?

TypeScript
optional thinkingLevel: AxAIGoogleGeminiThinkingLevel;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/google-gemini/types.ts#L257


thinkingTokenBudget?

TypeScript
optional thinkingTokenBudget: number;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/google-gemini/types.ts#L256

Docs