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

Function pickHandler

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

Source from the content-addressed store, hash-verified

4068 const defaultElicitationHandler = resolveElicitationHandler(config.onElicitation);
4069
4070 const pickHandler = (options: InvokeOptions | undefined): ElicitationHandler =>
4071 options?.onElicitation
4072 ? resolveElicitationHandler(options.onElicitation)
4073 : defaultElicitationHandler;
4074
4075 const buildElicit = (
4076 address: ToolAddress,

Callers 1

executeFunction · 0.85

Calls 1

Tested by

no test coverage detected