Files
oh-my-openagent/dist/shared/disabled-tools.d.ts
2026-03-14 04:56:50 +00:00

3 lines
221 B
TypeScript

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