Skip to content

Interface: ExtractionStrategyAdaptive

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / ExtractionStrategyAdaptive

Interface: ExtractionStrategyAdaptive

Defined in: src/types/ingestion.ts:235

Adaptive extraction strategy — auto-select based on learned patterns.

Remarks

Wire format: {"type": "adaptive", "fallback": {...}}

Properties

fallback

fallback: ExtractionStrategy

Defined in: src/types/ingestion.ts:238

Fallback strategy when adaptive selection is inconclusive.


type

type: "adaptive"

Defined in: src/types/ingestion.ts:236