POST
firecrawl_search_feedback.py
from charter.packs import firecrawl
result = await firecrawl.search_feedback.ainvoke({"jobId": ..., "rating": ...})
Path parameters
| Field | Type | Description |
|---|---|---|
jobId * | string | Search job id returned by /search. |
Body
| Field | Type | Description |
|---|---|---|
rating * | "good" | "partial" | "bad" | Overall rating for the search results. |
valuableSources | ValuableSource[] | Sources that were especially useful. max 50 items |
missingContent | MissingContent[] | Topics or content missing from the results. max 20 items |
querySuggestions | string | Suggested alternative queries. max length 2000 |
origin | string | Origin label for the feedback. The server applies ‘api’ when this is absent. |
integration | string | Optional integration identifier. |