Skip to content
1 min read · 27 words

Variable: E_INVALID_LLM_DISPATCH_INPUT

ts
const E_INVALID_LLM_DISPATCH_INPUT: CreatedException<[]>;

Thrown when @nhtio/adk!DispatchRunner.dispatch receives an input that fails schema validation.

Remarks

Fatal — invalid dispatch input indicates a programming error in the caller.