public abstract class AbstractImageDialect extends Object implements ImageDialect
| Constructor and Description |
|---|
AbstractImageDialect() |
| Modifier and Type | Method and Description |
|---|---|
String |
buildRequestJson(ImageConfig config,
ImageOptions options,
String prompt)
构建请求数据
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatched, parseResponseJsonpublic String buildRequestJson(ImageConfig config, ImageOptions options, String prompt)
ImageDialectbuildRequestJson in interface ImageDialectconfig - 聊天配置options - 聊天选项prompt - 提示语Copyright © 2025. All rights reserved.