v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/google-vertexai-web
types
AnthropicRequest
Interface AnthropicRequest
interface
AnthropicRequest
{
anthropic_version
:
string
;
max_tokens
:
number
;
messages
:
AnthropicMessage
[]
;
metadata
?:
AnthropicMetadata
;
stop_sequences
?:
string
[]
;
stream
?:
boolean
;
system
?:
string
;
temperature
?:
number
;
tool_choice
?:
AnthropicToolChoice
;
tools
?:
AnthropicTool
[]
;
top_k
?:
number
;
top_p
?:
number
;
}
Index
Properties
anthropic_
version
max_
tokens
messages
metadata?
stop_
sequences?
stream?
system?
temperature?
tool_
choice?
tools?
top_
k?
top_
p?
Properties
anthropic_
version
anthropic_
version
:
string
max_
tokens
max_
tokens
:
number
messages
messages
:
AnthropicMessage
[]
Optional
metadata
metadata
?:
AnthropicMetadata
Optional
stop_
sequences
stop_
sequences
?:
string
[]
Optional
stream
stream
?:
boolean
Optional
system
system
?:
string
Optional
temperature
temperature
?:
number
Optional
tool_
choice
tool_
choice
?:
AnthropicToolChoice
Optional
tools
tools
?:
AnthropicTool
[]
Optional
top_
k
top_
k
?:
number
Optional
top_
p
top_
p
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
anthropic_
version
max_
tokens
messages
metadata
stop_
sequences
stream
system
temperature
tool_
choice
tools
top_
k
top_
p
LangChain.js
Loading...