Update backend/app/controller/tool_controller.py

Co-authored-by: bytecii <994513625@qq.com>
This commit is contained in:
Dream 2026-02-04 19:36:14 -05:00 committed by eureka928
parent 87339a4c9f
commit cd0544da5c

View file

@ -603,7 +603,10 @@ async def uninstall_tool(tool: str):
if success:
return {
"success": True,
"message": f"Successfully uninstalled {tool}"
"message": (f"Successfully uninstalled {tool}"
" and cleaned up"
" authentication tokens"),
}
" and cleaned up"
" authentication tokens",
}