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 f895259 commit 697e334Copy full SHA for 697e334
specification/grpc/a2a.proto
@@ -418,8 +418,8 @@ message AgentCapabilities {
418
bool push_notifications = 2;
419
// Extensions supported by this agent.
420
repeated AgentExtension extensions = 3;
421
- // If the agent supports messageId-based idempotency for task creation
422
- bool idempotency_supported = 4;
+ // If the agent supports messageId-based idempotency for message send
+ bool idempotency_enforced = 4;
423
}
424
425
// A declaration of an extension supported by an Agent.
0 commit comments