Files
openclaw/src/plugin-sdk/media-understanding-runtime.ts

12 lines
328 B
TypeScript

export {
describeImageFile,
describeImageFileWithModel,
describeVideoFile,
extractStructuredWithModel,
runMediaUnderstandingFile,
transcribeAudioFile,
type ExtractStructuredWithModelParams,
type RunMediaUnderstandingFileParams,
type RunMediaUnderstandingFileResult,
} from "../media-understanding/runtime.js";