Skip to content

Interface: ExecutionSessionResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Execution / ExecutionSessionResponse

Interface: ExecutionSessionResponse

Defined in: src/types/execution.ts:16

Response for execution session operations.

Properties

bindingsCount

bindingsCount: number

Defined in: src/types/execution.ts:26

Bindings count.


choicePointCount

choicePointCount: number

Defined in: src/types/execution.ts:24

Choice point count.


sessionId

sessionId: string

Defined in: src/types/execution.ts:18

Session ID.


tenantId

tenantId: string

Defined in: src/types/execution.ts:20

Tenant ID (UUID).


trailLength

trailLength: number

Defined in: src/types/execution.ts:22

Trail length.