The ID of the tool call being updated.
OptionalkindUpdate the tool kind.
OptionalstatusUpdate the execution status.
OptionaltitleUpdate the human-readable title.
OptionalcontentReplace the content collection.
OptionallocationsReplace the locations collection.
OptionalrawUpdate the raw input.
OptionalrawUpdate the raw output.
Optional_The _meta property is reserved by ACP to allow clients and agents to attach additional metadata to their interactions. Implementations MUST NOT make assumptions about values at these keys.
See protocol docs: Extensibility
An update to an existing tool call.
Used to report progress and results as tools execute. All fields except the tool call ID are optional - only changed fields need to be included.
See protocol docs: Updating