Interface: SpaceSolutionDto
@kortexya/reasoninglayer / Spaces / SpaceSolutionDto
Interface: SpaceSolutionDto
Defined in: src/types/spaces.ts:102
A solution from a search.
Properties
choices
choices:
ChoiceSelection[]
Defined in: src/types/spaces.ts:108
The choices made at each choice point.
events?
optionalevents:TraceEventDto[] |null
Defined in: src/types/spaces.ts:110
Trace events (e.g., LIFE feature creation).
spaceId
spaceId:
string
Defined in: src/types/spaces.ts:104
ID of the space containing this solution.
status
status:
SpaceStatusDto
Defined in: src/types/spaces.ts:106
Status (should be Succeeded).