Skip to content

AxAIGoogleGeminiGenerationConfig

Type Alias: AxAIGoogleGeminiGenerationConfig

AxAIGoogleGeminiGenerationConfig: object

Type declaration

candidateCount?

optional candidateCount: number

maxOutputTokens?

optional maxOutputTokens: number

stopSequences?

optional stopSequences: readonly string[]

temperature?

optional temperature: number

topK?

optional topK: number

topP?

optional topP: number

Defined in

src/ax/ai/google-gemini/types.ts:91