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