Skip to content

Interface: FindPlansRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / FindPlansRequest

Interface: FindPlansRequest

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

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:1085

Agent ID (UUID).


goalId

goalId: string

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

Goal to find plans for (UUID).


maxResults?

optional maxResults: number

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

Maximum number of plans to return (default: 10).


minScore?

optional minScore: number

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

Minimum match score (0.0-1.0, default: 0.5).


tenantId

tenantId: string

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

Tenant ID (UUID).