# AgentScratchPadChatPromptTemplate

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/agents/schema/AgentScratchPadChatPromptTemplate)

Chat prompt template for the agent scratchpad.

## Signature

```python
AgentScratchPadChatPromptTemplate()
```

## Extends

- `ChatPromptTemplate`

## Methods

- [`is_lc_serializable()`](https://reference.langchain.com/python/langchain-classic/agents/schema/AgentScratchPadChatPromptTemplate/is_lc_serializable)

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/f4bc5031dbcf24edb0374a07830915a285222567/libs/langchain/langchain_classic/agents/schema.py#L8)