Skip to content

Commit 25802e2

Browse files
committed
fix return type
1 parent e2269f8 commit 25802e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-core/src/toolbox_core/toolbox_transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async def tools_list(
6969

7070
async def tool_invoke(
7171
self, tool_name: str, arguments: dict, headers: Mapping[str, str]
72-
) -> dict:
72+
) -> str:
7373
# ID tokens contain sensitive user information (claims). Transmitting
7474
# these over HTTP exposes the data to interception and unauthorized
7575
# access. Always use HTTPS to ensure secure communication and protect

0 commit comments

Comments
 (0)