mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-30 17:13:38 +00:00
9 lines
325 B
TypeScript
9 lines
325 B
TypeScript
// Public compatibility barrel for Copilot token helpers that now live in the
|
|
// provider-auth SDK surface. Keep callers away from deep plugin-sdk paths.
|
|
export {
|
|
DEFAULT_COPILOT_API_BASE_URL,
|
|
deriveCopilotApiBaseUrlFromToken,
|
|
resolveCopilotApiToken,
|
|
type CachedCopilotToken,
|
|
} from "../plugin-sdk/provider-auth.js";
|