# CohereToolsReactAgentOutputParser

> **Class** in `langchain_cohere`

📖 [View in docs](https://reference.langchain.com/python/langchain-cohere/react_multi_hop/parsing/CohereToolsReactAgentOutputParser)

Parses a message into agent actions/finish.

## Signature

```python
CohereToolsReactAgentOutputParser()
```

## Extends

- `BaseOutputParser[Union[List[AgentAction], AgentFinish]]`

## Methods

- [`parse()`](https://reference.langchain.com/python/langchain-cohere/react_multi_hop/parsing/CohereToolsReactAgentOutputParser/parse)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-cohere/blob/24cfdaefd4e3c785f477ccfe491a4226a0dbe88c/libs/cohere/langchain_cohere/react_multi_hop/parsing.py#L16)