Skip to content
1 min read · 47 words

Variable: E_LLM_EXECUTION_GATE_NOT_SUPPORTED

ts
const E_LLM_EXECUTION_GATE_NOT_SUPPORTED: CreatedException<[]>;

Thrown (as a rejection reason) when @nhtio/adk!DispatchContext.waitFor is called on a standalone context that was constructed without a waitFor function.

Remarks

Not fatal — the caller can catch this and handle the case where gate suspension is not supported for this execution context.