Keep - TypeScript SDK

Keep type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Supported Types

models.AnthropicThinkingTurns

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

models.KeepAll

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

models.KeepEnum

1const value: models.KeepEnum = "all";