hgmiya commited on
Commit
6e4a443
·
1 Parent(s): 951491e

エージェントツールのリストにおいて、検索エージェントをagent_toolからgoogle_searchに変更

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -480,7 +480,7 @@ async def run_and_submit_all( profile: gr.OAuthProfile | None):
480
  description = description_text,
481
  instruction = instruction_text,
482
  tools = [
483
- agent_tool.AgentTool(agent=search_agent),
484
  agent_tool.AgentTool(agent=coding_agent),
485
  agent_tool.AgentTool(agent=code_execution_agent),
486
  understand_youtube_video,
 
480
  description = description_text,
481
  instruction = instruction_text,
482
  tools = [
483
+ google_search,
484
  agent_tool.AgentTool(agent=coding_agent),
485
  agent_tool.AgentTool(agent=code_execution_agent),
486
  understand_youtube_video,