Skip to content

Interface: PlanMatchDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / PlanMatchDto

Interface: PlanMatchDto

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

A matched plan from the plan library.

Properties

actions

actions: string[]

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

Action sequence.


matchScore

matchScore: number

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

Match score (0.0-1.0).


successRate

successRate: number

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

Historical success rate (0.0-1.0).


templateId

templateId: string

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

Plan template ID (UUID).


useCount

useCount: number

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

Number of times this plan has been used.