MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / approveAsk

Method approveAsk

src/core/task/Task.ts:1486–1488  ·  view source on GitHub ↗
({ text, images }: { text?: string; images?: string[] } = {})

Source from the content-addressed store, hash-verified

1484 }
1485
1486 public approveAsk({ text, images }: { text?: string; images?: string[] } = {}) {
1487 this.handleWebviewAskResponse("yesButtonClicked", text, images)
1488 }
1489
1490 public denyAsk({ text, images }: { text?: string; images?: string[] } = {}) {
1491 this.handleWebviewAskResponse("noButtonClicked", text, images)

Callers 1

askMethod · 0.95

Calls 1

Tested by

no test coverage detected