Skip to content

Interface: CreateGoalRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Inference / CreateGoalRequest

Interface: CreateGoalRequest

Defined in: src/types/inference.ts:283

Request to create a new saved goal.

Remarks

Goals are saved for later reuse via goal_id in backward/forward chain requests.

Properties

clauses

clauses: TermInputDto[]

Defined in: src/types/inference.ts:285

The clauses that make up the goal (query patterns).


constraints?

optional constraints: ConstraintInputDto[]

Defined in: src/types/inference.ts:287

Optional constraints to apply during inference.


minDegree?

optional minDegree: number | null

Defined in: src/types/inference.ts:289

Minimum certainty threshold for solutions (0.0 to 1.0).