From 2f1a0b47ec663039de9001efb67304359f289c22 Mon Sep 17 00:00:00 2001 From: a2a-bot Date: Mon, 30 Jun 2025 18:57:01 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20Update=20A2A=20types=20from=20specifica?= =?UTF-8?q?tion=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/a2a/grpc/a2a_pb2_grpc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/a2a/grpc/a2a_pb2_grpc.py b/src/a2a/grpc/a2a_pb2_grpc.py index 6f3ef260..e314bde3 100644 --- a/src/a2a/grpc/a2a_pb2_grpc.py +++ b/src/a2a/grpc/a2a_pb2_grpc.py @@ -14,7 +14,7 @@ class A2AServiceStub(object): - Messages are not a standard resource so there is no get/delete/update/list interface, only a send and stream custom methods. - Tasks have a get interface and custom cancel and subscribe methods. - - TaskPushNotificationConfig are a resource whose parent is a task. + - TaskPushNotificationConfig are a resource whose parent is a task. They have get, list and create methods. - AgentCard is a static resource with only a get method. fields are not present as they don't comply with AIP rules, and the @@ -88,7 +88,7 @@ class A2AServiceServicer(object): - Messages are not a standard resource so there is no get/delete/update/list interface, only a send and stream custom methods. - Tasks have a get interface and custom cancel and subscribe methods. - - TaskPushNotificationConfig are a resource whose parent is a task. + - TaskPushNotificationConfig are a resource whose parent is a task. They have get, list and create methods. - AgentCard is a static resource with only a get method. fields are not present as they don't comply with AIP rules, and the @@ -241,7 +241,7 @@ class A2AService(object): - Messages are not a standard resource so there is no get/delete/update/list interface, only a send and stream custom methods. - Tasks have a get interface and custom cancel and subscribe methods. - - TaskPushNotificationConfig are a resource whose parent is a task. + - TaskPushNotificationConfig are a resource whose parent is a task. They have get, list and create methods. - AgentCard is a static resource with only a get method. fields are not present as they don't comply with AIP rules, and the