v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/google-vertexai
types
GeminiGenerationConfig
Interface GeminiGenerationConfig
interface
GeminiGenerationConfig
{
candidateCount
?:
number
;
frequencyPenalty
?:
number
;
logprobs
?:
number
;
maxOutputTokens
?:
number
;
presencePenalty
?:
number
;
responseLogprobs
?:
boolean
;
responseMimeType
?:
GoogleAIResponseMimeType
;
stopSequences
?:
string
[]
;
temperature
?:
number
;
topK
?:
number
;
topP
?:
number
;
}
Index
Properties
candidate
Count?
frequency
Penalty?
logprobs?
max
Output
Tokens?
presence
Penalty?
response
Logprobs?
response
Mime
Type?
stop
Sequences?
temperature?
topK?
topP?
Properties
Optional
candidate
Count
candidate
Count
?:
number
Optional
frequency
Penalty
frequency
Penalty
?:
number
Optional
logprobs
logprobs
?:
number
Optional
max
Output
Tokens
max
Output
Tokens
?:
number
Optional
presence
Penalty
presence
Penalty
?:
number
Optional
response
Logprobs
response
Logprobs
?:
boolean
Optional
response
Mime
Type
response
Mime
Type
?:
GoogleAIResponseMimeType
Optional
stop
Sequences
stop
Sequences
?:
string
[]
Optional
temperature
temperature
?:
number
Optional
topK
topK
?:
number
Optional
topP
topP
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
candidate
Count
frequency
Penalty
logprobs
max
Output
Tokens
presence
Penalty
response
Logprobs
response
Mime
Type
stop
Sequences
temperature
topK
topP
LangChain.js
Loading...