style: fix extension lint violations

This commit is contained in:
Peter Steinberger
2026-04-06 14:45:04 +01:00
parent e8141716b4
commit af62a2c2e4
380 changed files with 2067 additions and 1501 deletions

View File

@@ -196,9 +196,9 @@ export function resolveFoundryApi(
export function buildFoundryProviderBaseUrl(
endpoint: string,
modelId: string,
modelNameHint?: string | null,
configuredApi?: ModelApi | string | null,
_modelId: string,
_modelNameHint?: string | null,
_configuredApi?: ModelApi | string | null,
): string {
return buildFoundryV1BaseUrl(endpoint);
}