AxAIGoogleGeminiGenerationConfig
type AxAIGoogleGeminiGenerationConfig = object;Properties
candidateCount?
optional candidateCount: number;frequencyPenalty?
optional frequencyPenalty: number;maxOutputTokens?
optional maxOutputTokens: number;responseJsonSchema?
optional responseJsonSchema: object;responseMimeType?
optional responseMimeType: string;responseSchema?
optional responseSchema: object;stopSequences?
optional stopSequences: readonly string[];temperature?
optional temperature: number;thinkingConfig?
optional thinkingConfig: object;includeThoughts?
optional includeThoughts: boolean;thinkingBudget?
optional thinkingBudget: number;thinkingLevel?
optional thinkingLevel: AxAIGoogleGeminiThinkingLevel;topK?
optional topK: number;topP?
optional topP: number;