We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7c23a commit 8b66296Copy full SHA for 8b66296
OpenAI_API/Images/ImageResult.cs
@@ -51,10 +51,11 @@ public class Data
51
[JsonProperty("b64_json")]
52
public string Base64Data { get; set; }
53
54
- /// <summary>
55
- /// The prompt that was used to generate the image, if there was any revision to the prompt.
56
- /// </summary>
57
- public string RevisedPrompt { get; set; }
+ /// <summary>
+ /// The prompt that was used to generate the image, if there was any revision to the prompt.
+ /// </summary>
+ [JsonProperty("revised_prompt")]
58
+ public string RevisedPrompt { get; set; }
59
60
}
61
0 commit comments