Mojentic.Examples.React.Events.FinishAndSummarize (Mojentic v1.2.0)

Copy Markdown View Source

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

t()

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