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

Function resolveElicitationHandler

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

Source from the content-addressed store, hash-verified

186 Effect.succeed(ElicitationResponse.make({ action: "accept" }));
187
188const resolveElicitationHandler = (onElicitation: OnElicitation): ElicitationHandler =>
189 onElicitation === "accept-all" ? acceptAllHandler : onElicitation;
190
191// ---------------------------------------------------------------------------
192// 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