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

Supported Types

string

const value: string = "You are a helpful assistant.";

models.ChatContentText[]

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