Skip to content
1 min read · 44 words

Variable: E_INVALID_TURN_CONTEXT

ts
const E_INVALID_TURN_CONTEXT: CreatedException<[]>;

Thrown by @nhtio/adk!TurnRunner when the @nhtio/adk!TurnContext supplied to run fails schema validation.

Remarks

Marked fatal — an invalid context indicates a programming error in the caller, not a recoverable runtime condition. Thrown synchronously out of run() before turnStart is emitted.