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

Supported Types

models.AnthropicThinkingTurns

const value: models.AnthropicThinkingTurns = {
  type: "thinking_turns",
  value: 3,
};

models.KeepAll

const value: models.KeepAll = {
  type: "all",
};

models.KeepEnum

const value: models.KeepEnum = "all";