report_usage
Record which compiled bundle sections were useful for your task using their chunk IDs. Submit an empty list to flag a knowledge gap for repository maintainers.
Instructions
Record which sections of a compile_bundle result were actually useful for the task, by chunk_id. Optional, best called once after the task is done. An empty useful_chunk_ids list is meaningful: it marks the question as a knowledge gap for the people who maintain the repository. Stores feedback only; it does not change the current bundle or the ranking of this session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle_id | Yes | The bundle_id returned by compile_bundle. Required. | |
| useful_chunk_ids | Yes | chunk_ids of the bundle's sections that were actually useful. An empty list means nothing in the bundle helped and marks the question as a knowledge gap. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recorded | Yes |