# `Mojentic.Examples.React.Events.InvokeDecisioning`
[🔗](https://github.com/svetzal/mojentic-ex/blob/v1.5.0/lib/mojentic/examples/react/events.ex#L30)

Event to trigger the decision-making phase.

This event initiates the decision process where the agent evaluates
the current plan and history to decide on the next action.

# `t`

```elixir
@type t() :: %Mojentic.Examples.React.Events.InvokeDecisioning{
  context: Mojentic.Examples.React.Models.CurrentContext.t(),
  correlation_id: String.t() | nil,
  source: module()
}
```

---

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