Files
oh-my-opencode/dist/shared/disabled-tools.d.ts
T

3 lines
221 B
TypeScript
Raw Normal View History

import type { ToolDefinition } from "@opencode-ai/plugin";
export declare function filterDisabledTools(tools: Record<string, ToolDefinition>, disabledTools: readonly string[] | undefined): Record<string, ToolDefinition>;