Skip to content

Interface: SchedulingSessionResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Feasibility / SchedulingSessionResponse

Interface: SchedulingSessionResponse

Defined in: src/types/feasibility.ts:47

Response carrying a session id and its current classification.

Remarks

Wire shape (snake_case): { classification, session_id, total_score }.

Properties

classification

classification: Classification

Defined in: src/types/feasibility.ts:51

The current per-cell trichotomy.


sessionId

sessionId: string

Defined in: src/types/feasibility.ts:49

Opaque session id.


totalScore?

optional totalScore: number | null

Defined in: src/types/feasibility.ts:57

In optimize mode (the request carried an objective), the optimum Σ weight·var over the optimal completions at the current pins; absent for pure-feasibility models.