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

Function pickHandler

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

Source from the content-addressed store, hash-verified

4181 const defaultElicitationHandler = resolveElicitationHandler(config.onElicitation);
4182
4183 const pickHandler = (options: InvokeOptions | undefined): ElicitationHandler =>
4184 options?.onElicitation
4185 ? resolveElicitationHandler(options.onElicitation)
4186 : defaultElicitationHandler;
4187
4188 const buildElicit = (
4189 address: ToolAddress,

Callers 1

executeFunction · 0.85

Calls 1

Tested by

no test coverage detected