# `Mojentic.Examples.React.Models.NextAction`
[🔗](https://github.com/svetzal/mojentic-ex/blob/v1.5.0/lib/mojentic/examples/react/models.ex#L9)

Enumeration of possible next actions in the ReAct loop.

# `t`

```elixir
@type t() :: :plan | :act | :finish
```

# `parse`

Parses a string into a NextAction value.

# `to_string`

Converts a NextAction to a string.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
