Interface: CreateSpaceRequest
@kortexya/reasoninglayer / Spaces / CreateSpaceRequest
Interface: CreateSpaceRequest
Defined in: src/types/spaces.ts:116
Request to create a new computation space.
Properties
choicePoints
choicePoints:
ChoicePointDto[]
Defined in: src/types/spaces.ts:118
Choice points to create.
constraints
constraints:
SpaceConstraintDto[]
Defined in: src/types/spaces.ts:120
Initial constraints (for testing/simple cases).
description?
optionaldescription:string|null
Defined in: src/types/spaces.ts:122
Description of the computation.