Files
oh-my-opencode/dist/tools/background-task/create-background-cancel.d.ts
T

5 lines
315 B
TypeScript
Raw Normal View History

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;