Files
oh-my-opencode/dist/tools/background-task/create-background-cancel.d.ts
T
2026-03-14 04:56:50 +00:00

5 lines
315 B
TypeScript

import { type ToolDefinition } from "@opencode-ai/plugin";
import type { BackgroundManager } from "../../features/background-agent";
import type { BackgroundCancelClient } from "./clients";
export declare function createBackgroundCancel(manager: BackgroundManager, _client: BackgroundCancelClient): ToolDefinition;