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