mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 16:00:24 +00:00
feat(plugins): add image generation capability
This commit is contained in:
10
src/plugin-sdk/image-generation.ts
Normal file
10
src/plugin-sdk/image-generation.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// Public image-generation helpers and types for provider plugins.
|
||||
|
||||
export type {
|
||||
GeneratedImageAsset,
|
||||
ImageGenerationProvider,
|
||||
ImageGenerationRequest,
|
||||
ImageGenerationResult,
|
||||
} from "../image-generation/types.js";
|
||||
|
||||
export { buildOpenAIImageGenerationProvider } from "../image-generation/providers/openai.js";
|
||||
Reference in New Issue
Block a user