mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 04:01:37 +00:00
8 lines
251 B
TypeScript
8 lines
251 B
TypeScript
// Image Generation Core plugin module implements runtime behavior.
|
|
export {
|
|
generateImage,
|
|
listRuntimeImageGenerationProviders,
|
|
type GenerateImageParams,
|
|
type GenerateImageRuntimeResult,
|
|
} from "openclaw/plugin-sdk/image-generation-runtime";
|