# 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/e495651fef791650ca554d7b88b23327878a0be8/libs/partners/anthropic/langchain_anthropic/middleware/anthropic_tools.py#L86)