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

Function pickHandler

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

Source from the content-addressed store, hash-verified

4155 const defaultElicitationHandler = resolveElicitationHandler(config.onElicitation);
4156
4157 const pickHandler = (options: InvokeOptions | undefined): ElicitationHandler =>
4158 options?.onElicitation
4159 ? resolveElicitationHandler(options.onElicitation)
4160 : defaultElicitationHandler;
4161
4162 const buildElicit = (
4163 address: ToolAddress,

Callers 1

executeFunction · 0.85

Calls 1

Tested by

no test coverage detected