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

Event to trigger the completion and summarization phase.

This event indicates that the agent has gathered sufficient information
to answer the user's query and should generate a final response.

# `t`

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

---

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