| 27 | } |
| 28 | |
| 29 | export interface SearchSection { |
| 30 | chunkId: string; |
| 31 | sourceId: string; |
| 32 | documentId?: string; |
| 33 | heading?: string; |
| 34 | content: string; |
| 35 | rank: number; |
| 36 | score: number; |
| 37 | } |
| 38 | |
| 39 | export interface SearchTrace { |
| 40 | traceId: string; |
nothing calls this directly
no outgoing calls
no test coverage detected