MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / resolveElicitationHandler

Function resolveElicitationHandler

packages/core/sdk/src/executor.ts:199–200  ·  view source on GitHub ↗
(onElicitation: OnElicitation)

Source from the content-addressed store, hash-verified

197 Effect.succeed(ElicitationResponse.make({ action: "accept" }));
198
199const resolveElicitationHandler = (onElicitation: OnElicitation): ElicitationHandler =>
200 onElicitation === "accept-all" ? acceptAllHandler : onElicitation;
201
202// ---------------------------------------------------------------------------
203// Address scheme — `tools.<integration>.<owner>.<connection>.<tool>`.

Callers 2

createExecutorFunction · 0.85
pickHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected