Skip to content

Type Alias: SearchStrategyDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Spaces / SearchStrategyDto

Type Alias: SearchStrategyDto

SearchStrategyDto = { type: "depth_first"; } | { type: "breadth_first"; }

Defined in: src/types/spaces.ts:32

Search strategy for space exploration.

Remarks

Tagged union discriminated by type.