mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:00:43 +00:00
refactor: hide model selection helpers
This commit is contained in:
@@ -242,7 +242,7 @@ export function resolveConfiguredOpenRouterCompatAlias(params: {
|
||||
});
|
||||
}
|
||||
|
||||
export function parseModelRefWithCompatAlias(params: {
|
||||
function parseModelRefWithCompatAlias(params: {
|
||||
cfg?: OpenClawConfig;
|
||||
raw: string;
|
||||
defaultProvider: string;
|
||||
@@ -710,7 +710,7 @@ export type ResolveAllowedModelRefResult =
|
||||
error: string;
|
||||
};
|
||||
|
||||
export function getModelRefStatusFromAllowedSet(params: {
|
||||
function getModelRefStatusFromAllowedSet(params: {
|
||||
catalog: ModelCatalogEntry[];
|
||||
ref: ModelRef;
|
||||
allowed: {
|
||||
|
||||
Reference in New Issue
Block a user