View Source GptAgent.Events.UserMessageAdded (gpt_agent v2.0.0)

An OpenAI Assistants user message was added to a thread

Summary

Types

@type t() :: %GptAgent.Events.UserMessageAdded{
  content: GptAgent.Values.NonblankString.t(),
  id: binary(),
  thread_id: binary()
}