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

Class

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

Source from the content-addressed store, hash-verified

57
58/** A tool was declined or cancelled during elicitation. */
59export class ElicitationDeclinedError extends Schema.TaggedErrorClass<ElicitationDeclinedError>()(
60 "ElicitationDeclinedError",
61 {
62 address: ToolAddress,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected