Preparing search index...
The search index is not available
Genkit JS API reference
Genkit JS API reference
genkit
/
GenerationCommonConfigSchema
Variable GenerationCommonConfigSchema
Const
GenerationCommonConfigSchema
:
ZodObject
<
{
maxOutputTokens
:
ZodOptional
<
ZodNumber
>
;
stopSequences
:
ZodOptional
<
ZodArray
<
ZodString
,
"many"
>
>
;
temperature
:
ZodOptional
<
ZodNumber
>
;
topK
:
ZodOptional
<
ZodNumber
>
;
topP
:
ZodOptional
<
ZodNumber
>
;
version
:
ZodOptional
<
ZodString
>
;
}
,
"strip"
,
ZodTypeAny
,
{
maxOutputTokens
?:
number
;
stopSequences
?:
string
[]
;
temperature
?:
number
;
topK
?:
number
;
topP
?:
number
;
version
?:
string
;
}
,
{
maxOutputTokens
?:
number
;
stopSequences
?:
string
[]
;
temperature
?:
number
;
topK
?:
number
;
topP
?:
number
;
version
?:
string
;
}
,
>
Zod schema of a common config object.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Genkit JS API reference
Loading...
Zod schema of a common config object.