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

Function resolveElicitationHandler

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

Source from the content-addressed store, hash-verified

167 Effect.succeed(ElicitationResponse.make({ action: "accept" }));
168
169const resolveElicitationHandler = (onElicitation: OnElicitation): ElicitationHandler =>
170 onElicitation === "accept-all" ? acceptAllHandler : onElicitation;
171
172// ---------------------------------------------------------------------------
173// 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