feedback
Report a search failure by specifying what you were trying to find, what you tried, and where you got stuck. This local log helps improve the search index.
Instructions
Report that you could not find what you needed. Call this BEFORE giving up after exhausting search / deep_search / graph_query. The report is appended to a LOCAL log file on this machine (rag_storage/_feedback/feedback.jsonl) — it is never uploaded anywhere — and helps the index owner tune sources, filters, and chunking. Args: trying_to_do (what you were trying to find or answer); tried (which tools/queries you already tried); stuck (where exactly you got blocked or what was missing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stuck | Yes | Where exactly you got blocked, or what was missing. | |
| tried | Yes | Which tools and queries you already tried. | |
| trying_to_do | Yes | What you were trying to find or answer. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |