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