# AgentType

> **Class** in `langchain_classic`

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

An enum for agent types.

## Signature

```python
AgentType()
```

## Extends

- `str`
- `Enum`

## Properties

- `ZERO_SHOT_REACT_DESCRIPTION`
- `REACT_DOCSTORE`
- `SELF_ASK_WITH_SEARCH`
- `CONVERSATIONAL_REACT_DESCRIPTION`
- `CHAT_ZERO_SHOT_REACT_DESCRIPTION`
- `CHAT_CONVERSATIONAL_REACT_DESCRIPTION`
- `STRUCTURED_CHAT_ZERO_SHOT_REACT_DESCRIPTION`
- `OPENAI_FUNCTIONS`
- `OPENAI_MULTI_FUNCTIONS`

## ⚠️ Deprecated

Deprecated since version 0.1.0. Will be removed in version 1.0.

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/ee95ad6907f5eab94644183393a20aa2a032bb19/libs/langchain/langchain_classic/agents/agent_types.py#L10)