Plugins/copilot-proxy: migrate to scoped plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana 2026-03-04 02:32:55 -05:00
parent 9cfec9c05e
commit 04ff4a0c26
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import {
type OpenClawPluginApi,
type ProviderAuthContext,
type ProviderAuthResult,
} from "openclaw/plugin-sdk/core";
} from "openclaw/plugin-sdk/copilot-proxy";
const DEFAULT_BASE_URL = "http://localhost:3000/v1";
const DEFAULT_API_KEY = "n/a";