Skip to content

Interface: MaterializeScenarioRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Scenarios / MaterializeScenarioRequest

Interface: MaterializeScenarioRequest

Defined in: src/types/scenarios.ts:183

Request to materialize an already-generated scenario verbatim (no LLM call).

Remarks

Used to persist a pre-generated GeneratedScenario exactly as reviewed. The scenario field is the opaque domain GeneratedScenario JSON object.

Properties

scenario

scenario: unknown

Defined in: src/types/scenarios.ts:185

The domain GeneratedScenario JSON to materialize verbatim.