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

Supported Types

models.Schema2ReasoningSummary

const value: models.Schema2ReasoningSummary = {
  type: "reasoning.summary",
  summary: "<value>",
};

models.Schema2ReasoningEncrypted

const value: models.Schema2ReasoningEncrypted = {
  type: "reasoning.encrypted",
  data: "<value>",
};

models.Schema2ReasoningText

const value: models.Schema2ReasoningText = {
  type: "reasoning.text",
};