Skip to content

Commit

Permalink
Set type for gRPC context to grpc.aio.ServicerContext
Browse files Browse the repository at this point in the history
  • Loading branch information
radovanZRasa committed Jun 18, 2024
1 parent 0431530 commit 6b78b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa_sdk/grpc_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async def Actions(self, request: ActionsRequest, context) -> ActionsResponse:
async def Webhook(
self,
request: WebhookRequest,
context,
context: grpc.aio.ServicerContext,
) -> action_webhook_pb2.WebhookResponse:
"""Handle RPC request for the webhook.
Expand Down

0 comments on commit 6b78b2b

Please sign in to comment.