mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:50:46 +00:00
refactor: trim extension runtime reexports
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import type { OpenClawConfig } from "openclaw/plugin-sdk/config-types";
|
||||
import { generateConversationLabel } from "openclaw/plugin-sdk/reply-dispatch-runtime";
|
||||
export {
|
||||
AUTO_TOPIC_LABEL_DEFAULT_PROMPT,
|
||||
resolveAutoTopicLabelConfig,
|
||||
} from "./auto-topic-label-config.js";
|
||||
export { resolveAutoTopicLabelConfig } from "./auto-topic-label-config.js";
|
||||
|
||||
export async function generateTelegramTopicLabel(params: {
|
||||
userMessage: string;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
export {
|
||||
fetchRemoteMedia,
|
||||
getAgentScopedMediaLocalRoots,
|
||||
MediaFetchError,
|
||||
saveMediaBuffer,
|
||||
} from "openclaw/plugin-sdk/media-runtime";
|
||||
|
||||
Reference in New Issue
Block a user