Skip to content

Interface: SetFeatureRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / ProofEngine / SetFeatureRequest

Interface: SetFeatureRequest

Defined in: src/types/proof-engine.ts:303

Request to set a feature on a term in the term store.

Properties

featureName

featureName: string

Defined in: src/types/proof-engine.ts:305

Name of the feature to set.


termId

termId: string

Defined in: src/types/proof-engine.ts:307

Term ID to set the feature on.


value

value: object

Defined in: src/types/proof-engine.ts:309

Feature value (opaque JSON).