AxAIGoogleGeminiConfig
type AxAIGoogleGeminiConfig = AxModelConfig & object;
AxAIGoogleGeminiConfig: Configuration options for Google Gemini API
Type declaration
Name | Type |
---|---|
autoTruncate? | boolean |
dimensions? | number |
embedModel? | AxAIGoogleGeminiEmbedModel |
embedType? | AxAIGoogleGeminiEmbedTypes |
model | AxAIGoogleGeminiModel |
safetySettings? | AxAIGoogleGeminiSafetySettings |
thinking? | AxAIGoogleGeminiThinkingConfig |
thinkingTokenBudgetLevels? | AxAIGoogleGeminiThinkingTokenBudgetLevels |
urlContext? | string |