Skip to content

Commit c8d93f2

Browse files
authored
feat: Update A2A types from specification 🤖 (#255)
This PR updates `src/a2a/types.py` based on the latest `specification/json/a2a.json` from [a2aproject/A2A](a2aproject/A2A@16577ac).
1 parent 5e27d05 commit c8d93f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/a2a/grpc/a2a_pb2_grpc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class A2AServiceStub(object):
1414
- Messages are not a standard resource so there is no get/delete/update/list
1515
interface, only a send and stream custom methods.
1616
- Tasks have a get interface and custom cancel and subscribe methods.
17-
- TaskPushNotificationConfig are a resource whose parent is a task.
17+
- TaskPushNotificationConfig are a resource whose parent is a task.
1818
They have get, list and create methods.
1919
- AgentCard is a static resource with only a get method.
2020
fields are not present as they don't comply with AIP rules, and the
@@ -88,7 +88,7 @@ class A2AServiceServicer(object):
8888
- Messages are not a standard resource so there is no get/delete/update/list
8989
interface, only a send and stream custom methods.
9090
- Tasks have a get interface and custom cancel and subscribe methods.
91-
- TaskPushNotificationConfig are a resource whose parent is a task.
91+
- TaskPushNotificationConfig are a resource whose parent is a task.
9292
They have get, list and create methods.
9393
- AgentCard is a static resource with only a get method.
9494
fields are not present as they don't comply with AIP rules, and the
@@ -241,7 +241,7 @@ class A2AService(object):
241241
- Messages are not a standard resource so there is no get/delete/update/list
242242
interface, only a send and stream custom methods.
243243
- Tasks have a get interface and custom cancel and subscribe methods.
244-
- TaskPushNotificationConfig are a resource whose parent is a task.
244+
- TaskPushNotificationConfig are a resource whose parent is a task.
245245
They have get, list and create methods.
246246
- AgentCard is a static resource with only a get method.
247247
fields are not present as they don't comply with AIP rules, and the

0 commit comments

Comments
 (0)