We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addb1e2 commit 434be28Copy full SHA for 434be28
src/a2a/client/rest_client.py
@@ -578,7 +578,7 @@ def __init__(
578
):
579
super().__init__(consumers, middleware)
580
if not config.httpx_client:
581
- raise Exception('JsonRpc client requires httpx client.')
+ raise Exception('RestClient client requires httpx client.')
582
self._card = card
583
url = card.url
584
self._config = config
0 commit comments