yutori-research

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Deep Web Research

深网研究

Help the user conduct thorough web research using Yutori's Research API.
帮助用户使用Yutori Research API开展全面的网络研究。

Process

流程

  1. Understand the research goal
    • What question needs answering?
    • What type of sources matter? (news, academic, documentation, social, financial filings)
    • Any time constraints? (recent only, historical)
    • What format should the output be in?
  2. Craft the research query Similar to scout queries, comprehensive research queries include:
    • Context on why this research matters
    • Specific questions to answer
    • Sources to prioritize
    • Output format expectations
  3. Start the research task Use
    run_research_task
    with:
    • query
      : The research question with context
    • user_timezone
      : For time-relevant searches
    • output_fields
      : If structured output is needed (e.g., ["title", "summary", "source_url", "date"])
  4. Poll for results
    • Important: Research typically takes 5-10 minutes (300-600 seconds)
    • Use
      get_research_task_result
      to check status
    • Poll every 30 seconds until
      succeeded
      or
      failed
    • The task runs asynchronously - you can inform the user to wait
  5. Synthesize and present findings
    • Organize results by relevance
    • Highlight key insights
    • Note sources for verification
$ARGUMENTS
  1. 明确研究目标
    • 需要解答什么问题?
    • 关注哪些类型的来源?(新闻、学术文献、技术文档、社交平台、财务报告)
    • 是否有时间限制?(仅需近期内容、需历史内容)
    • 输出格式有什么要求?
  2. 撰写研究查询语句 与侦察类查询类似,全面的研究查询应包含:
    • 此项研究的重要性背景
    • 需要解答的具体问题
    • 优先参考的来源
    • 对输出格式的预期
  3. 启动研究任务 使用
    run_research_task
    ,参数包括:
    • query
      :带有背景信息的研究问题
    • user_timezone
      :用于时间相关的搜索
    • output_fields
      :如需结构化输出(例如["title", "summary", "source_url", "date"])
  4. 轮询获取结果
    • 重要提示:研究通常需要5-10分钟(300-600秒)
    • 使用
      get_research_task_result
      检查任务状态
    • 每30秒轮询一次,直到任务状态变为
      succeeded
      failed
    • 任务为异步执行 - 可以告知用户等待结果
  5. 整合并呈现研究结果
    • 按相关性整理结果
    • 突出关键见解
    • 标注来源以便验证
$ARGUMENTS