# parse_actions

> **Function** in `langchain_cohere`

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

Parse action selections from model output.

## Signature

```python
parse_actions(
    generation: str,
) -> Tuple[str, str, List[Dict]]
```

---

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