save_output_tool
Persist gathered report findings with source URLs, enabling later retrieval and compilation into cited reports. Stores sweep results durably for report generation.
Instructions
Persist a gathered report output.
The gatherer writes findings here after sweeping the sources. Each finding in payload should carry its own source URL so the compiler can cite it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | One of "gathering", "ready", "compiled" (default: "ready") | ready |
| payload | Yes | List of finding objects, each ideally carrying a source URL | |
| window_end | No | End of the reporting window (ISO date/datetime) | |
| report_name | Yes | The report definition this output belongs to | |
| window_start | No | Start of the reporting window (ISO date/datetime) | |
| gatherer_run_ref | No | Opaque reference to the gatherer run that produced this |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||