> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-7021d5f4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# EditClearToolUses20250919 - Python SDK

> EditClearToolUses20250919 method reference

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

## Fields

| Field               | Type                                                                                                                 | Required             | Description | Example                                   |
| ------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------- | ----------- | ----------------------------------------- |
| `clear_at_least`    | [OptionalNullable\[components.AnthropicInputTokensClearAtLeast\]](../components/anthropicinputtokensclearatleast.md) | :heavy\_minus\_sign: | N/A         | `{"type": "input_tokens","value": 50000}` |
| `clear_tool_inputs` | [OptionalNullable\[components.ClearToolInputs\]](../components/cleartoolinputs.md)                                   | :heavy\_minus\_sign: | N/A         |                                           |
| `exclude_tools`     | List\[*str*]                                                                                                         | :heavy\_minus\_sign: | N/A         |                                           |
| `keep`              | [Optional\[components.AnthropicToolUsesKeep\]](../components/anthropictooluseskeep.md)                               | :heavy\_minus\_sign: | N/A         | `{"type": "tool_uses","value": 5}`        |
| `trigger`           | [Optional\[components.Trigger\]](../components/trigger.md)                                                           | :heavy\_minus\_sign: | N/A         |                                           |
| `type`              | [components.TypeClearToolUses20250919](/client-sdks/python/api-reference/components/typecleartooluses20250919)       | :heavy\_check\_mark: | N/A         |                                           |
