Function: skillsDispatchInputMiddleware()
ts
function skillsDispatchInputMiddleware(
manager: SkillManager,
options?: SkillMiddlewareOptions,
): DispatchPipelineMiddlewareFn;Defined in: src/batteries/skills/middleware.ts:247
Create the dispatch-input middleware that reconciles skill projections.
Parameters
| Parameter | Type |
|---|---|
manager | SkillManager |
options | SkillMiddlewareOptions |