View Source GptAgent.Events.UserMessageAdded (gpt_agent v3.2.2)
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() }