Skip to content

Commit 697e334

Browse files
committed
fixing idempotency_enforced in a2a.proto
1 parent f895259 commit 697e334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/grpc/a2a.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ message AgentCapabilities {
418418
bool push_notifications = 2;
419419
// Extensions supported by this agent.
420420
repeated AgentExtension extensions = 3;
421-
// If the agent supports messageId-based idempotency for task creation
422-
bool idempotency_supported = 4;
421+
// If the agent supports messageId-based idempotency for message send
422+
bool idempotency_enforced = 4;
423423
}
424424

425425
// A declaration of an extension supported by an Agent.

0 commit comments

Comments
 (0)