Interface: PlanMatchDto
@kortexya/reasoninglayer / Cognitive / PlanMatchDto
Interface: PlanMatchDto
Defined in: src/types/cognitive.ts:1077
A matched plan from the plan library.
Properties
actions
actions:
string[]
Defined in: src/types/cognitive.ts:1081
Action sequence.
matchScore
matchScore:
number
Defined in: src/types/cognitive.ts:1083
Match score (0.0-1.0).
successRate
successRate:
number
Defined in: src/types/cognitive.ts:1085
Historical success rate (0.0-1.0).
templateId
templateId:
string
Defined in: src/types/cognitive.ts:1079
Plan template ID (UUID).
useCount
useCount:
number
Defined in: src/types/cognitive.ts:1087
Number of times this plan has been used.