Skip to content

Commit c7bd464

Browse files
committed
Move ImageGenerationResponse to public directory
1 parent 4606247 commit c7bd464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseVertexAI/Sources/Types/Internal/Imagen/ImageGenerationResponse.swift renamed to FirebaseVertexAI/Sources/Types/Public/Imagen/ImageGenerationResponse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ extension ImageGenerationResponse: Decodable where ImageType: Decodable {
3333
guard container.contains(.predictions) else {
3434
images = []
3535
raiFilteredReason = nil
36-
// TODO: Log warning if no predictions.
36+
// TODO(#14221): Log warning if no predictions.
3737
return
3838
}
3939
var predictionsContainer = try container.nestedUnkeyedContainer(forKey: .predictions)

0 commit comments

Comments
 (0)