Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions specification/grpc/a2a.proto
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ message Task {
// protolint:enable REPEATED_FIELD_NAMES_PLURALIZED
// A key/value object to store custom metadata about a task.
google.protobuf.Struct metadata = 6;
// Timestamp of the last update to the task, in ISO 8601 format (e.g., "2025-10-28T10:30:00Z").
google.protobuf.Timestamp last_updated = 7;
}
// --8<-- [end:Task]

Expand Down
Loading