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

Event to trigger the thinking/planning phase.

This event initiates the planning process where the agent creates
or refines a plan for answering the user's query.

# `t`

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

---

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