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

Function pickHandler

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

Source from the content-addressed store, hash-verified

3262 const defaultElicitationHandler = resolveElicitationHandler(config.onElicitation);
3263
3264 const pickHandler = (options: InvokeOptions | undefined): ElicitationHandler =>
3265 options?.onElicitation
3266 ? resolveElicitationHandler(options.onElicitation)
3267 : defaultElicitationHandler;
3268
3269 const buildElicit = (
3270 address: ToolAddress,

Callers 1

executeFunction · 0.85

Calls 1

Tested by

no test coverage detected