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

Function pickHandler

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

Source from the content-addressed store, hash-verified

4227 const defaultElicitationHandler = resolveElicitationHandler(config.onElicitation);
4228
4229 const pickHandler = (options: InvokeOptions | undefined): ElicitationHandler =>
4230 options?.onElicitation
4231 ? resolveElicitationHandler(options.onElicitation)
4232 : defaultElicitationHandler;
4233
4234 const buildElicit = (
4235 address: ToolAddress,

Callers 1

executeFunction · 0.85

Calls 1

Tested by

no test coverage detected