弃用langgrpah更换deepagent
This commit is contained in:
@@ -12,7 +12,7 @@ TAVILY_API_KEY = settings.TAVILY_API_KEY
|
||||
|
||||
|
||||
@tool
|
||||
async def topic_research(topic: str, max_urls: int = 15) -> str:
|
||||
async def topic_research(topic: str, max_urls: int = 5) -> str:
|
||||
"""
|
||||
深度调研工具。该工具会利用 Tavily 搜索引擎针对特定主题进行多维度搜索。
|
||||
它会自动生成针对性的搜索词(包含年份和趋势),并返回去重后的高质量 URL 列表。
|
||||
|
||||
Reference in New Issue
Block a user