Interface: CreateConstraintSessionResponse
@kortexya/reasoninglayer / Constraints / CreateConstraintSessionResponse
Interface: CreateConstraintSessionResponse
Defined in: src/types/constraints.ts:203
Response from creating a constraint session.
Remarks
Matches the generated CreateSessionResponse type. The created_at field is a Unix
timestamp in milliseconds (number), not an ISO 8601 string.
Properties
createdAt
createdAt:
number
Defined in: src/types/constraints.ts:205
Unix timestamp (ms) when session was created.
sessionId
sessionId:
string
Defined in: src/types/constraints.ts:207
Session ID (UUID).
status
status:
string
Defined in: src/types/constraints.ts:209
Session status (e.g., “active”).