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

Function pickHandler

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

Source from the content-addressed store, hash-verified

5619 const defaultElicitationHandler = resolveElicitationHandler(config.onElicitation);
5620
5621 const pickHandler = (options: InvokeOptions | undefined): ElicitationHandler =>
5622 options?.onElicitation
5623 ? resolveElicitationHandler(options.onElicitation)
5624 : defaultElicitationHandler;
5625
5626 const buildElicit = (
5627 address: ToolAddress,

Callers 1

executeFunction · 0.85

Calls 1

Tested by

no test coverage detected