Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions src/a2a/grpc/a2a_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ class A2AServiceStub(object):
- 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
optional history_length on the get task method is not present as it also
violates AIP-127 and AIP-131.
"""

def __init__(self, channel):
Expand Down Expand Up @@ -91,9 +88,6 @@ class A2AServiceServicer(object):
- 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
optional history_length on the get task method is not present as it also
violates AIP-127 and AIP-131.
"""

def SendMessage(self, request, context):
Expand Down Expand Up @@ -244,9 +238,6 @@ class A2AService(object):
- 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
optional history_length on the get task method is not present as it also
violates AIP-127 and AIP-131.
"""

@staticmethod
Expand Down
Loading