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

Supported Types

string

const value: string = "The weather in San Francisco is 72°F and sunny.";

models.ChatContentItems[]

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