mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 20:09:47 +00:00
fix(plugins): stabilize package boundary tsc checks
This commit is contained in:
parent
34c78d3ba4
commit
4329d94de3
4 changed files with 178 additions and 65 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import type { ModelProviderConfig } from "openclaw/plugin-sdk/provider-model-shared";
|
||||
import type { ModelProviderConfig } from "openclaw/plugin-sdk/provider-model-types";
|
||||
|
||||
export function normalizeConfig(params: { provider: string; providerConfig: ModelProviderConfig }) {
|
||||
return params.providerConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue