BetaOpenAI

This annotation marks a library API as beta.

Any usage of a declaration annotated with @BetaOpenAI must be accepted either by annotating that usage with the OptIn annotation, e.g. @OptIn(BetaOpenAI::class), or by using the compiler argument -Xopt-in=com.aallam.openai.api.BetaOpenAI.