refactor(plugins): expose bundled onboard helpers

This commit is contained in:
Peter Steinberger
2026-03-28 20:58:54 +00:00
parent 46c2928234
commit 887d7584d6
18 changed files with 330 additions and 275 deletions

View File

@@ -1,4 +1,14 @@
export { buildMistralProvider } from "./provider-catalog.js";
export {
buildMistralModelDefinition,
MISTRAL_BASE_URL,
MISTRAL_DEFAULT_MODEL_ID,
} from "./model-definitions.js";
export {
applyMistralConfig,
applyMistralProviderConfig,
MISTRAL_DEFAULT_MODEL_REF,
} from "./onboard.js";
const MISTRAL_MAX_TOKENS_FIELD = "max_tokens";