Files
oh-my-opencode/dist/plugin-handlers/tool-config-handler.d.ts
T
2026-03-14 04:56:50 +00:00

7 lines
230 B
TypeScript

import type { OhMyOpenCodeConfig } from "../config";
export declare function applyToolConfig(params: {
config: Record<string, unknown>;
pluginConfig: OhMyOpenCodeConfig;
agentResult: Record<string, unknown>;
}): void;