Skip to content

Interface: ResourceSpec

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Reasoning / ResourceSpec

Interface: ResourceSpec

Defined in: src/types/reasoning.ts:244

Specification for a single resource type in N-way coordination.

Properties

fuzzyQuery?

optional fuzzyQuery: QueryTerm | null

Defined in: src/types/reasoning.ts:246

Optional fuzzy query to pre-filter candidates for this resource.


matchField

matchField: string

Defined in: src/types/reasoning.ts:248

Field name in this resource used for matching.


minDegree?

optional minDegree: number | null

Defined in: src/types/reasoning.ts:250

Minimum similarity degree for fuzzy filtering (default: 0.0).


sortId

sortId: string

Defined in: src/types/reasoning.ts:252

Sort ID for this resource type (UUID).