Interface: FindPlansResponse
@kortexya/reasoninglayer / Cognitive / FindPlansResponse
Interface: FindPlansResponse
Defined in: src/types/cognitive.ts:1163
Response with matching plans.
Properties
count
count:
number
Defined in: src/types/cognitive.ts:1165
Total count.
plans
plans:
PlanMatchDto[]
Defined in: src/types/cognitive.ts:1167
Matching plans.