ACP.ToolCallUpdateFields (agent_client_protocol v0.1.0)

Copy Markdown View Source

Optional fields that can be updated in a tool call.

Summary

Types

t()

@type t() :: %ACP.ToolCallUpdateFields{
  content: [ACP.ToolCallContent.t()] | nil,
  kind: ACP.ToolKind.t() | nil,
  locations: [ACP.ToolCallLocation.t()] | nil,
  raw_input: any() | nil,
  raw_output: any() | nil,
  status: ACP.ToolCallStatus.t() | nil,
  title: String.t() | nil
}

Functions

from_json(map)

new()

to_json(f)