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

Method cancelCurrentTask

src/extension/api.ts:253–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251 }
252
253 public async cancelCurrentTask() {
254 await this.sidebarProvider.cancelTask()
255 }
256
257 public async sendMessage(text?: string, images?: string[]) {
258 const currentTask = this.sidebarProvider.getCurrentTask()

Callers 1

constructorMethod · 0.95

Calls 1

cancelTaskMethod · 0.65

Tested by

no test coverage detected