v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/google-vertexai
types
AnthropicMessageContentThinking
Interface AnthropicMessageContentThinking
interface
AnthropicMessageContentThinking
{
cache_control
?:
null
|
AnthropicCacheControl
;
signature
:
string
;
thinking
:
string
;
type
:
"thinking"
;
}
Hierarchy
AnthropicMessageContentBase
AnthropicMessageContentThinking
Index
Properties
cache_
control?
signature
thinking
type
Properties
Optional
cache_
control
cache_
control
?:
null
|
AnthropicCacheControl
signature
signature
:
string
thinking
thinking
:
string
type
type
:
"thinking"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache_
control
signature
thinking
type
LangChain.js
Loading...