AxAIGoogleGeminiGenerationConfig
type AxAIGoogleGeminiGenerationConfig = object;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/google-gemini/types.ts#L119
Properties
candidateCount?
optional candidateCount: number;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/google-gemini/types.ts#L124
frequencyPenalty?
optional frequencyPenalty: number;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/google-gemini/types.ts#L123
maxOutputTokens?
optional maxOutputTokens: number;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/google-gemini/types.ts#L125
responseMimeType?
optional responseMimeType: string;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/google-gemini/types.ts#L127
stopSequences?
optional stopSequences: readonly string[];
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/google-gemini/types.ts#L126
temperature?
optional temperature: number;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/google-gemini/types.ts#L120
thinkingConfig?
optional thinkingConfig: object;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/google-gemini/types.ts#L128
includeThoughts?
optional includeThoughts: boolean;
thinkingBudget?
optional thinkingBudget: number;
topK?
optional topK: number;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/google-gemini/types.ts#L122
topP?
optional topP: number;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/google-gemini/types.ts#L121