Skip to content

Commit 9a3a323

Browse files
committed
fix(image): add typealias/deprecate 'Quality'
1 parent 2466195 commit 9a3a323

File tree

1 file changed

+5
-0
lines changed
  • openai-core/src/commonMain/kotlin/com.aallam.openai.api

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/**
2+
* The quality of the image that will be generated
3+
*/
4+
@Deprecated("This class is deprecated.", ReplaceWith("Quality", "com.aallam.openai.api.image.Quality"))
5+
public typealias Quality = com.aallam.openai.api.image.Quality

0 commit comments

Comments
 (0)