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

Function resolveElicitationHandler

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

Source from the content-addressed store, hash-verified

260 Effect.succeed(ElicitationResponse.make({ action: "accept" }));
261
262const resolveElicitationHandler = (onElicitation: OnElicitation): ElicitationHandler =>
263 onElicitation === "accept-all" ? acceptAllHandler : onElicitation;
264
265// ---------------------------------------------------------------------------
266// 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