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 e2269f8 commit 25802e2Copy full SHA for 25802e2
packages/toolbox-core/src/toolbox_core/toolbox_transport.py
@@ -69,7 +69,7 @@ async def tools_list(
69
70
async def tool_invoke(
71
self, tool_name: str, arguments: dict, headers: Mapping[str, str]
72
- ) -> dict:
+ ) -> str:
73
# ID tokens contain sensitive user information (claims). Transmitting
74
# these over HTTP exposes the data to interception and unauthorized
75
# access. Always use HTTPS to ensure secure communication and protect
0 commit comments