mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-18 00:23:25 -06:00
8 lines
255 B
TypeScript
8 lines
255 B
TypeScript
// Image Generation Core API module exposes the plugin public contract.
|
|
export {
|
|
generateImage,
|
|
listRuntimeImageGenerationProviders,
|
|
type GenerateImageParams,
|
|
type GenerateImageRuntimeResult,
|
|
} from "openclaw/plugin-sdk/image-generation-runtime";
|