AxAIGoogleGeminiThinkingLevelMapping
type AxAIGoogleGeminiThinkingLevelMapping = object;Maps thinkingTokenBudget string levels to Gemini 3 thinkingLevel values. The mapped result is clamped to the levels supported by the resolved model.
Properties
high?
optional high: AxAIGoogleGeminiThinkingLevel;highest?
optional highest: AxAIGoogleGeminiThinkingLevel;low?
optional low: AxAIGoogleGeminiThinkingLevel;medium?
optional medium: AxAIGoogleGeminiThinkingLevel;minimal?
optional minimal: AxAIGoogleGeminiThinkingLevel;