You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Fix reference to grpc.aio.ServicerContext (#237)
# Description
Fix references in a2a/server/request_handlers/grpc_handler.py to
grpc.aio.ServicerContext. The import for grpc.aio was missing and
various functions incorrectly referenced grpc.ServicerContext.
This is a backwards compatible change, it's just typing annotations for
internal functions that were off. The actual code itself worked, as can
be demonstrated by running the sample agent in
a2aproject/a2a-samples/samples/python/agents/dice_agent_grpc.
0 commit comments