View Source GptAgent.Events.ToolCallRequested (gpt_agent v2.1.1)

The GPT Assistant has requested a tool call

Summary

Types

@type t() :: %GptAgent.Events.ToolCallRequested{
  arguments: map(),
  id: binary(),
  name: String.t(),
  run_id: binary(),
  thread_id: binary()
}