v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/community
chat_models/googlevertexai
GoogleVertexAIChatInstance
Interface GoogleVertexAIChatInstance
Represents an instance of the Google Vertex AI chat model.
interface
GoogleVertexAIChatInstance
{
context
?:
string
;
examples
?:
GoogleVertexAIChatExample
[]
;
messages
:
GoogleVertexAIChatMessage
[]
;
}
Index
Properties
context?
examples?
messages
Properties
Optional
context
context
?:
string
Optional
examples
examples
?:
GoogleVertexAIChatExample
[]
messages
messages
:
GoogleVertexAIChatMessage
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
examples
messages
LangChain.js
Loading...
Represents an instance of the Google Vertex AI chat model.