Interface: PauseResult<TState>
Makaio Framework / ai-adapters-core / PauseResult
Interface: PauseResult<TState>
Section titled “Interface: PauseResult<TState>”Defined in: ../../../adapters/core/src/connector/base-connector-turn.ts:8
Result of pausing a turn.
Type Parameters
Section titled “Type Parameters”TState
Section titled “TState”TState = string
Turn state type
Properties
Section titled “Properties”stateBeforePause
Section titled “stateBeforePause”stateBeforePause:
TState
Defined in: ../../../adapters/core/src/connector/base-connector-turn.ts:10
The state the turn was in before pausing
turnEnded
Section titled “turnEnded”turnEnded:
boolean
Defined in: ../../../adapters/core/src/connector/base-connector-turn.ts:12
Whether the turn had already ended when pause was requested