mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-14 18:51:04 +00:00
7 lines
183 B
TypeScript
7 lines
183 B
TypeScript
export {
|
|
generateImage,
|
|
listRuntimeImageGenerationProviders,
|
|
type GenerateImageParams,
|
|
type GenerateImageRuntimeResult,
|
|
} from "openclaw/plugin-sdk/image-generation-runtime";
|