Interface: SynthesizeResponse
@kortexya/reasoninglayer / ILP / SynthesizeResponse
Interface: SynthesizeResponse
Defined in: src/types/ilp.ts:214
Response from neural-guided synthesis.
Properties
error?
optionalerror:string|null
Defined in: src/types/ilp.ts:216
Error message (if failed).
foundBy?
optionalfoundBy:string|null
Defined in: src/types/ilp.ts:218
How the solution was found (if successful).
gflownetHypothesesSampled
gflownetHypothesesSampled:
number
Defined in: src/types/ilp.ts:220
Number of GFlowNet hypotheses sampled.
neuralGuideAvailable
neuralGuideAvailable:
boolean
Defined in: src/types/ilp.ts:222
Whether GFlowNet neural guide was available.
processingTimeMs
processingTimeMs:
number
Defined in: src/types/ilp.ts:224
Processing time in milliseconds.
proposalsTried
proposalsTried:
number
Defined in: src/types/ilp.ts:226
Number of proposals tried.
success
success:
boolean
Defined in: src/types/ilp.ts:228
Whether synthesis succeeded.