create_research_job
Queue a deep scientific literature research job by submitting a question and optional parameters; get a job ID to execute or retrieve later.
Instructions
创建深度调研任务(M10 持久化),返回 job_id,不立即执行。
Args: question: 科学问题。 breadth: 子问题数(1-6,默认取设置里的广度)。 depth: 检索深度(1-3,默认取设置里的深度)。 max_papers: 文献池上限(默认 50)。 sources: 数据源列表,默认全部。 format: 报告导出格式(markdown | html | both | json)。 critique: 是否启用红队对抗审查(默认 True)。 language: 报告语言(M11),zh | en(默认 zh)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| format | No | markdown | |
| breadth | No | ||
| sources | No | ||
| critique | No | ||
| language | No | zh | |
| question | Yes | ||
| max_papers | No |