mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-19 09:34:45 +00:00
11 lines
324 B
TypeScript
11 lines
324 B
TypeScript
/**
|
|
* @deprecated Public SDK subpath has no bundled extension production imports.
|
|
* Prefer capability-specific generation core/runtime subpaths.
|
|
*/
|
|
|
|
export {
|
|
buildNoCapabilityModelConfiguredMessage,
|
|
resolveCapabilityModelCandidates,
|
|
throwCapabilityGenerationFailure,
|
|
} from "../media-generation/runtime-shared.js";
|