refactor: trim provider discovery internal exports

This commit is contained in:
Peter Steinberger
2026-05-01 11:44:13 +01:00
parent b6daa922d6
commit 0d631fa701
7 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import type { ProviderPlugin } from "openclaw/plugin-sdk/provider-model-shared";
import { buildBytePlusCodingProvider, buildBytePlusProvider } from "./provider-catalog.js";
export const bytePlusProviderDiscovery: ProviderPlugin[] = [
const bytePlusProviderDiscovery: ProviderPlugin[] = [
{
id: "byteplus",
label: "BytePlus",