View Source GptAgent.Events.RunStarted (gpt_agent v3.1.0)

An OpenAI Assistants run was started

Summary

Types

@type t() :: %GptAgent.Events.RunStarted{
  assistant_id: binary(),
  id: binary(),
  thread_id: binary()
}