research_synthesize
Hybrid search and synthesize top-K results into a citation-bearing analysis. Distinguishes well-supported claims from unsupported ones using a frontier LLM. Logs query to project session.
Instructions
Run a hybrid search and synthesize the top-K results into a careful, citation-bearing analysis using a frontier LLM (Opus 4.7 by default). Output explicitly distinguishes well-supported claims from claims it cannot back up with the retrieved evidence. Logs the query into the project session log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | ||
| query | Yes | The research question for this synthesis pass. | |
| topK | No | How many docs to feed to the LLM. Default 10, max 30. | |
| model | No | Override LLM model for this call. Defaults to CELIUMS_LLM_MODEL. |