ReqManagedAgents.ToolUse (ReqManagedAgents v0.1.0)

Copy Markdown View Source

A tool call — client-side (custom, return-of-control) or server-side (observe-only).

Summary

Types

t()

@type t() :: %ReqManagedAgents.ToolUse{
  id: String.t() | nil,
  input: map(),
  name: String.t()
}