Interface: FindPlansRequest
@kortexya/reasoninglayer / Cognitive / FindPlansRequest
Interface: FindPlansRequest
Defined in: src/types/cognitive.ts:1125
Request to find matching plans for a goal.
Remarks
Searches the plan library for plans that match the given goal.
Properties
agentId
agentId:
string
Defined in: src/types/cognitive.ts:1127
Agent ID (UUID).
goalId
goalId:
string
Defined in: src/types/cognitive.ts:1131
Goal to find plans for (UUID).
maxResults?
optionalmaxResults:number
Defined in: src/types/cognitive.ts:1135
Maximum number of plans to return (default: 10).
minScore?
optionalminScore:number
Defined in: src/types/cognitive.ts:1133
Minimum match score (0.0-1.0, default: 0.5).
tenantId
tenantId:
string
Defined in: src/types/cognitive.ts:1129
Tenant ID (UUID).