@@ -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