fix: add @JsonProperty for response_format
Ensures the response_format field is correctly serialized for Stability AI API. Signed-off-by: Jhzlo <kjh0010703@naver.com>
This commit is contained in:
@@ -121,6 +121,7 @@ public class StabilityAiImageOptions implements ImageOptions {
|
||||
* The format in which the generated images are returned. It is sent as part of the
|
||||
* accept header. Must be "application/json" or "image/png"
|
||||
*/
|
||||
@JsonProperty("response_format")
|
||||
private String responseFormat;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user