Optional fields that can be updated in a tool call.
Summary
Types
@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 }