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

Function pickHandler

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

Source from the content-addressed store, hash-verified

3510 const defaultElicitationHandler = resolveElicitationHandler(config.onElicitation);
3511
3512 const pickHandler = (options: InvokeOptions | undefined): ElicitationHandler =>
3513 options?.onElicitation
3514 ? resolveElicitationHandler(options.onElicitation)
3515 : defaultElicitationHandler;
3516
3517 const buildElicit = (
3518 address: ToolAddress,

Callers 1

executeFunction · 0.85

Calls 1

Tested by

no test coverage detected