Skip to content

Commit 434be28

Browse files
committed
fix gemini identified error in exception message
1 parent addb1e2 commit 434be28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/client/rest_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def __init__(
578578
):
579579
super().__init__(consumers, middleware)
580580
if not config.httpx_client:
581-
raise Exception('JsonRpc client requires httpx client.')
581+
raise Exception('RestClient client requires httpx client.')
582582
self._card = card
583583
url = card.url
584584
self._config = config

0 commit comments

Comments
 (0)