Skip to content

Commit 7208d40

Browse files
update
1 parent 644d3a9 commit 7208d40

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

backend/app/utils/agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,6 @@ async def get_toolkits(tools: list[str], agent_name: str, api_task_id: str):
14851485
toolkit_tools = await toolkit_tools if asyncio.iscoroutine(toolkit_tools) else toolkit_tools
14861486
res.extend(toolkit_tools)
14871487
else:
1488-
logger.warning(f"Toolkit {item} not found, please check your configuration.")
14891488
traceroot_logger.warning(f"Toolkit {item} not found for agent {agent_name}")
14901489
return res
14911490

0 commit comments

Comments
 (0)