Interface: FindallRequest
@kortexya/reasoninglayer / Control / FindallRequest
Interface: FindallRequest
Defined in: src/types/control.ts:140
Request for findall (collect all solutions).
Properties
goal
goal:
Record<string,unknown>
Defined in: src/types/control.ts:146
Goal that generates solutions.
maxSolutions?
optionalmaxSolutions:number|null
Defined in: src/types/control.ts:148
Maximum solutions to collect (null for all).
sessionId
sessionId:
string
Defined in: src/types/control.ts:142
Execution session ID.
template
template:
string
Defined in: src/types/control.ts:144
Template term to collect.