report_search_usage
Report which search results were actually cited in the agent's final answer. Use after forming a response from web search to track cited document IDs.
Instructions
Report which search results were actually cited in the agent's final answer. Call this after you have formulated your response using web_search results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_id | Yes | Search ID from the search response | |
| used_doc_ids | Yes | Doc IDs that were actually cited in the agent's final answer |