ACP.ToolCallUpdate (agent_client_protocol v0.1.0)

Copy Markdown View Source

An update to an existing tool call.

Summary

Types

t()

@type t() :: %ACP.ToolCallUpdate{
  fields: ACP.ToolCallUpdateFields.t(),
  meta: map() | nil,
  tool_call_id: String.t()
}

Functions

from_json(map)

new(tool_call_id, fields)

to_json(u)