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