mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 20:31:19 +00:00
17 lines
503 B
TypeScript
17 lines
503 B
TypeScript
// Generated by scripts/generate-plugin-sdk-facades.mjs. Do not edit manually.
|
|
export {
|
|
buildKilocodeProvider,
|
|
buildKilocodeProviderWithDiscovery,
|
|
buildKilocodeModelDefinition,
|
|
discoverKilocodeModels,
|
|
KILOCODE_BASE_URL,
|
|
KILOCODE_DEFAULT_CONTEXT_WINDOW,
|
|
KILOCODE_DEFAULT_COST,
|
|
KILOCODE_DEFAULT_MAX_TOKENS,
|
|
KILOCODE_DEFAULT_MODEL_ID,
|
|
KILOCODE_DEFAULT_MODEL_NAME,
|
|
KILOCODE_DEFAULT_MODEL_REF,
|
|
KILOCODE_MODELS_URL,
|
|
KILOCODE_MODEL_CATALOG,
|
|
} from "../../extensions/kilocode/api.js";
|