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.
Summary
Types
@type t() :: %Mojentic.Examples.React.Events.FinishAndSummarize{ context: Mojentic.Examples.React.Models.CurrentContext.t(), correlation_id: String.t() | nil, source: module(), thought: String.t() }