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

Function pickHandler

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

Source from the content-addressed store, hash-verified

4611 const defaultElicitationHandler = resolveElicitationHandler(config.onElicitation);
4612
4613 const pickHandler = (options: InvokeOptions | undefined): ElicitationHandler =>
4614 options?.onElicitation
4615 ? resolveElicitationHandler(options.onElicitation)
4616 : defaultElicitationHandler;
4617
4618 const buildElicit = (
4619 address: ToolAddress,

Callers 1

executeFunction · 0.85

Calls 1

Tested by

no test coverage detected