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

The GPT Assistant has recorded a tool call output

Summary

Types

@type t() :: %GptAgent.Events.ToolCallOutputRecorded{
  id: binary(),
  name: String.t(),
  output: binary(),
  run_id: binary(),
  thread_id: binary()
}