ReqManagedAgents.ToolResult (ReqManagedAgents v0.1.0)

Copy Markdown View Source

The locally-produced result of running a custom tool — what resumes the loop.

Summary

Types

t()

@type t() :: %ReqManagedAgents.ToolResult{
  is_error: boolean(),
  text: String.t(),
  tool_use_id: String.t()
}