Interface: FrequencyResponse
@kortexya/reasoninglayer / Streaming / FrequencyResponse
Interface: FrequencyResponse
Defined in: src/types/streaming.ts:52
Response of POST /api/v1/streaming/frequency.
Properties
depth
depth:
number
Defined in: src/types/streaming.ts:54
Sketch depth actually used.
estimates
estimates:
FrequencyEstimate[]
Defined in: src/types/streaming.ts:56
One estimate per query key, in request order.
width
width:
number
Defined in: src/types/streaming.ts:58
Sketch width actually used.