GoogleVertexAIMedia: {
    text: string;
    image?: Buffer;
} | {
    image: Buffer;
    text?: string;
}

The media should have a text property, an image property, or both.

Type declaration

  • text: string
  • Optional image?: Buffer

Type declaration

  • image: Buffer
  • Optional text?: string

Generated using TypeDoc