Skip to content

Interface: BulkFuzzyProveResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Inference / BulkFuzzyProveResponse

Interface: BulkFuzzyProveResponse

Defined in: src/types/inference.ts:592

Response from bulk fuzzy inference.

Properties

goalIds?

optional goalIds: string[] | null

Defined in: src/types/inference.ts:594

Goal IDs if goals were saved (when save_goals=true).


results

results: FuzzyProveResponse[]

Defined in: src/types/inference.ts:596

Results for each goal, in the same order as the request.


totalTimeMs

totalTimeMs: number

Defined in: src/types/inference.ts:598

Total query time across all goals in milliseconds.