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

Class

packages/core/sdk/src/elicitation.ts:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71/** A tool was declined or cancelled during elicitation. */
72export class ElicitationDeclinedError extends Schema.TaggedErrorClass<ElicitationDeclinedError>()(
73 "ElicitationDeclinedError",
74 {
75 address: ToolAddress,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected