# AnthropicToolsState

> **Class** in `langchain_anthropic`

📖 [View in docs](https://reference.langchain.com/python/langchain-anthropic/middleware/anthropic_tools/AnthropicToolsState)

State schema for Anthropic text editor and memory tools.

## Signature

```python
AnthropicToolsState()
```

## Extends

- `AgentState`

## Properties

- `text_editor_files`
- `memory_files`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/b302691ff9ad841804e93e5addbdc53b6974473b/libs/partners/anthropic/langchain_anthropic/middleware/anthropic_tools.py#L86)