Skip to content

Interface: FindPlansResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / FindPlansResponse

Interface: FindPlansResponse

Defined in: src/types/cognitive.ts:1099

Response with matching plans.

Properties

count

count: number

Defined in: src/types/cognitive.ts:1101

Total count.


plans

plans: PlanMatchDto[]

Defined in: src/types/cognitive.ts:1103

Matching plans.