GenAIOutputType: {
    IMAGE: "image";
    JSON: "json";
    SPEECH: "speech";
    TEXT: "text";
} = ...

Well-known gen_ai.output.type values.

Type declaration

  • Readonly IMAGE: "image"
  • Readonly JSON: "json"
  • Readonly SPEECH: "speech"
  • Readonly TEXT: "text"