AxAIGoogleGeminiGenerationConfig
type AxAIGoogleGeminiGenerationConfig = object;
Defined in: https://github.com/ax-llm/ax/blob/05ff5bd88d050f7ba85a3fcc6eb0ed2975ad7d51/src/ax/ai/google-gemini/types.ts#L139
Properties
candidateCount?
optional candidateCount: number;
Defined in: https://github.com/ax-llm/ax/blob/05ff5bd88d050f7ba85a3fcc6eb0ed2975ad7d51/src/ax/ai/google-gemini/types.ts#L144
frequencyPenalty?
optional frequencyPenalty: number;
Defined in: https://github.com/ax-llm/ax/blob/05ff5bd88d050f7ba85a3fcc6eb0ed2975ad7d51/src/ax/ai/google-gemini/types.ts#L143
maxOutputTokens?
optional maxOutputTokens: number;
Defined in: https://github.com/ax-llm/ax/blob/05ff5bd88d050f7ba85a3fcc6eb0ed2975ad7d51/src/ax/ai/google-gemini/types.ts#L145
responseMimeType?
optional responseMimeType: string;
Defined in: https://github.com/ax-llm/ax/blob/05ff5bd88d050f7ba85a3fcc6eb0ed2975ad7d51/src/ax/ai/google-gemini/types.ts#L147
responseSchema?
optional responseSchema: object;
Defined in: https://github.com/ax-llm/ax/blob/05ff5bd88d050f7ba85a3fcc6eb0ed2975ad7d51/src/ax/ai/google-gemini/types.ts#L148
stopSequences?
optional stopSequences: readonly string[];
Defined in: https://github.com/ax-llm/ax/blob/05ff5bd88d050f7ba85a3fcc6eb0ed2975ad7d51/src/ax/ai/google-gemini/types.ts#L146
temperature?
optional temperature: number;
Defined in: https://github.com/ax-llm/ax/blob/05ff5bd88d050f7ba85a3fcc6eb0ed2975ad7d51/src/ax/ai/google-gemini/types.ts#L140
thinkingConfig?
optional thinkingConfig: object;
Defined in: https://github.com/ax-llm/ax/blob/05ff5bd88d050f7ba85a3fcc6eb0ed2975ad7d51/src/ax/ai/google-gemini/types.ts#L149
includeThoughts?
optional includeThoughts: boolean;
thinkingBudget?
optional thinkingBudget: number;
thinkingLevel?
optional thinkingLevel: AxAIGoogleGeminiThinkingLevel;
topK?
optional topK: number;
Defined in: https://github.com/ax-llm/ax/blob/05ff5bd88d050f7ba85a3fcc6eb0ed2975ad7d51/src/ax/ai/google-gemini/types.ts#L142
topP?
optional topP: number;
Defined in: https://github.com/ax-llm/ax/blob/05ff5bd88d050f7ba85a3fcc6eb0ed2975ad7d51/src/ax/ai/google-gemini/types.ts#L141