mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-25 23:06:28 +00:00
chore/logger (#788)
This commit is contained in:
commit
d0705fc8b9
1 changed files with 0 additions and 1 deletions
|
|
@ -1512,7 +1512,6 @@ async def get_toolkits(tools: list[str], agent_name: str, api_task_id: str):
|
|||
toolkit_tools = await toolkit_tools if asyncio.iscoroutine(toolkit_tools) else toolkit_tools
|
||||
res.extend(toolkit_tools)
|
||||
else:
|
||||
logger.warning(f"Toolkit {item} not found, please check your configuration.")
|
||||
traceroot_logger.warning(f"Toolkit {item} not found for agent {agent_name}")
|
||||
return res
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue