mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 03:30:06 +00:00
fix: search tool add agent name for browser agent
This commit is contained in:
parent
070ce259f5
commit
ae36f2130e
1 changed files with 3 additions and 1 deletions
|
|
@ -258,7 +258,9 @@ def browser_agent(options: Chat):
|
|||
)
|
||||
skill_toolkit = message_integration.register_toolkits(skill_toolkit)
|
||||
|
||||
search_tools = SearchToolkit.get_can_use_tools(options.project_id)
|
||||
search_tools = SearchToolkit.get_can_use_tools(
|
||||
options.project_id, agent_name=Agents.browser_agent
|
||||
)
|
||||
if search_tools:
|
||||
search_tools = message_integration.register_functions(search_tools)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue