Spaces:
Running
Running
エージェントツールのリストにおいて、検索エージェントをagent_toolからgoogle_searchに変更
Browse files
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 |
-
|
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,
|