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