mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-28 09:35:48 +00:00
Update backend/app/controller/tool_controller.py
Co-authored-by: bytecii <994513625@qq.com>
This commit is contained in:
parent
87339a4c9f
commit
cd0544da5c
1 changed files with 4 additions and 1 deletions
|
|
@ -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",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue