mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-23 07:51:33 +00:00
10 lines
260 B
TypeScript
10 lines
260 B
TypeScript
// Public runtime-facing media-understanding helpers for feature/channel plugins.
|
|
|
|
export {
|
|
describeImageFile,
|
|
describeImageFileWithModel,
|
|
describeVideoFile,
|
|
runMediaUnderstandingFile,
|
|
transcribeAudioFile,
|
|
} from "../media-understanding/runtime.js";
|