Defines the prediction output of the Google Vertex AI chat model.

interface GoogleVertexAIChatPrediction {
    candidates: GoogleVertexAIChatMessage[];
    safetyAttributes?: any;
}

Hierarchy

  • GoogleVertexAIBasePrediction
    • GoogleVertexAIChatPrediction

Properties

safetyAttributes?: any

Generated using TypeDoc