mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 04:09:31 +00:00
11 lines
315 B
TypeScript
11 lines
315 B
TypeScript
// Media Understanding Core API module exposes the plugin public contract.
|
|
export {
|
|
describeImageFile,
|
|
describeImageFileWithModel,
|
|
describeVideoFile,
|
|
runMediaUnderstandingFile,
|
|
transcribeAudioFile,
|
|
type RunMediaUnderstandingFileParams,
|
|
type RunMediaUnderstandingFileResult,
|
|
} from "./src/runtime.js";
|