ACP.ToolCallLocation (agent_client_protocol v0.1.0)

Copy Markdown View Source

A file location being accessed or modified by a tool.

Summary

Types

t()

@type t() :: %ACP.ToolCallLocation{
  line: non_neg_integer() | nil,
  meta: map() | nil,
  path: String.t()
}

Functions

from_json(map)

new(path)

to_json(loc)