Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Supported Types

string

const value: string = "<value>";

models.ChatMessageContentItem[]

const value: models.ChatMessageContentItem[] = [
  {
    type: "image_url",
    imageUrl: {
      url: "https://pretty-reservation.org",
    },
  },
];