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

Supported Types

string

const value: string = "What is the capital of France?";

models.ChatContentItems[]

const value: models.ChatContentItems[] = [
  {
    text: "Hello, world!",
    type: "text",
  },
];