Represents an instance of the Google Vertex AI chat model.

interface GoogleVertexAIChatInstance {
    messages: GoogleVertexAIChatMessage[];
    context?: string;
    examples?: GoogleVertexAIChatExample[];
}

Properties

context?: string
examples?: GoogleVertexAIChatExample[]

Generated using TypeDoc