mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 12:50:22 +00:00
refactor: generate plugin sdk facades
This commit is contained in:
9
src/plugin-sdk/together.ts
Normal file
9
src/plugin-sdk/together.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// Generated by scripts/generate-plugin-sdk-facades.mjs. Do not edit manually.
|
||||
export {
|
||||
applyTogetherConfig,
|
||||
buildTogetherModelDefinition,
|
||||
buildTogetherProvider,
|
||||
TOGETHER_BASE_URL,
|
||||
TOGETHER_DEFAULT_MODEL_REF,
|
||||
TOGETHER_MODEL_CATALOG,
|
||||
} from "../../extensions/together/api.js";
|
||||
Reference in New Issue
Block a user