> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Edit - TypeScript SDK

> Edit type definition

<Warning>
  The TypeScript SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/typescript-sdk/issues).
</Warning>

## Supported Types

### `models.EditClearToolUses20250919`

```typescript lines theme={null}
const value: models.EditClearToolUses20250919 = {
  type: "clear_tool_uses_20250919",
};
```

### `models.EditClearThinking20251015`

```typescript lines theme={null}
const value: models.EditClearThinking20251015 = {
  type: "clear_thinking_20251015",
};
```

### `models.EditCompact20260112`

```typescript lines theme={null}
const value: models.EditCompact20260112 = {
  type: "compact_20260112",
};
```
