v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/google-common
index
AnthropicResponseMessage
Interface AnthropicResponseMessage
interface
AnthropicResponseMessage
{
content
:
AnthropicContent
[]
;
id
:
string
;
model
:
string
;
role
:
string
;
stop_reason
:
null
|
string
;
stop_sequence
:
null
|
string
;
type
:
string
;
usage
:
AnthropicUsage
;
}
Index
Properties
content
id
model
role
stop_
reason
stop_
sequence
type
usage
Properties
content
content
:
AnthropicContent
[]
id
id
:
string
model
model
:
string
role
role
:
string
stop_
reason
stop_
reason
:
null
|
string
stop_
sequence
stop_
sequence
:
null
|
string
type
type
:
string
usage
usage
:
AnthropicUsage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
id
model
role
stop_
reason
stop_
sequence
type
usage
LangChain.js
Loading...