Skip to content

Commit

Permalink
fix missing response property
Browse files Browse the repository at this point in the history
  • Loading branch information
szabe74 committed Nov 25, 2023
1 parent 50199d5 commit e83746e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ public record ImageDataResult
{
[JsonPropertyName("url")] public string Url { get; set; }
[JsonPropertyName("b64_json")] public string B64 { get; set; }
[JsonPropertyName("revised_prompt")] public string RevisedPrompt { get; set; }
}
}

0 comments on commit e83746e

Please sign in to comment.