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

Function pickHandler

packages/core/sdk/src/executor.ts:3528–3531  ·  view source on GitHub ↗
(options: InvokeOptions | undefined)

Source from the content-addressed store, hash-verified

3526 const defaultElicitationHandler = resolveElicitationHandler(config.onElicitation);
3527
3528 const pickHandler = (options: InvokeOptions | undefined): ElicitationHandler =>
3529 options?.onElicitation
3530 ? resolveElicitationHandler(options.onElicitation)
3531 : defaultElicitationHandler;
3532
3533 const buildElicit = (
3534 address: ToolAddress,

Callers 1

executeFunction · 0.85

Calls 1

Tested by

no test coverage detected