View Source GptAgent.Events.RunCompleted (gpt_agent v3.2.1)

An OpenAI Assistants run was completed

Summary

Types

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