A single chunk scored by the Reranker against a query
Returned as part of ScoredResult from reranker scoring. Contains the file location, heading, relevance score, and line range so downstream tools (e.g. ReadFileTool) can fetch the exact content.
End line in the source file (1-indexed)
Source filename containing the chunk
Section heading the chunk belongs to
Relevance score (higher = more relevant)
Start line in the source file (1-indexed)
A single chunk scored by the Reranker against a query
Returned as part of ScoredResult from reranker scoring. Contains the file location, heading, relevance score, and line range so downstream tools (e.g. ReadFileTool) can fetch the exact content.