Skip to content

Commit fb7ee6f

Browse files
authored
chore(spec): clean up comments in gRPC spec (#388)
Commit: a2aproject/A2A@cab1bc3
1 parent 2508a9b commit fb7ee6f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/a2a/grpc/a2a_pb2_grpc.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ class A2AServiceStub(object):
1717
- 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.
20-
fields are not present as they don't comply with AIP rules, and the
21-
optional history_length on the get task method is not present as it also
22-
violates AIP-127 and AIP-131.
2320
"""
2421

2522
def __init__(self, channel):
@@ -91,9 +88,6 @@ class A2AServiceServicer(object):
9188
- TaskPushNotificationConfig are a resource whose parent is a task.
9289
They have get, list and create methods.
9390
- AgentCard is a static resource with only a get method.
94-
fields are not present as they don't comply with AIP rules, and the
95-
optional history_length on the get task method is not present as it also
96-
violates AIP-127 and AIP-131.
9791
"""
9892

9993
def SendMessage(self, request, context):
@@ -244,9 +238,6 @@ class A2AService(object):
244238
- TaskPushNotificationConfig are a resource whose parent is a task.
245239
They have get, list and create methods.
246240
- AgentCard is a static resource with only a get method.
247-
fields are not present as they don't comply with AIP rules, and the
248-
optional history_length on the get task method is not present as it also
249-
violates AIP-127 and AIP-131.
250241
"""
251242

252243
@staticmethod

0 commit comments

Comments
 (0)