# 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/9f232caa7a8fe1ca042a401942d5d90d54ceb1a6/libs/langchain/langchain_classic/agents/schema.py#L8)