Files
openclaw/extensions/image-generation-core/runtime-api.ts
T
2026-08-12 17:19:22 -07:00

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";