We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd263f commit 15fc24bCopy full SHA for 15fc24b
specification/grpc/a2a.proto
@@ -2,6 +2,7 @@
2
syntax = "proto3";
3
package a2a.v1;
4
5
+import "buf/validate/validate.proto";
6
import "google/api/annotations.proto";
7
import "google/api/client.proto";
8
import "google/api/field_behavior.proto";
@@ -457,6 +458,8 @@ message AgentCard {
457
458
repeated AgentCardSignature signatures = 17;
459
// An optional URL to an icon for the agent.
460
optional string icon_url = 18;
461
+ // A stable unique identifier (UUID) for an agent, optional.
462
+ optional string id = 19 [(buf.validate.field).string.uuid = true];
463
}
464
// --8<-- [end:AgentCard]
465
0 commit comments