interfAIce
interfAIce copied to clipboard
Support nullable types for response
ex)
interface TestInterface {
@OpenAiChat
fun randomCityNameInCountryOrNull(cityName: String?): String?
}
support for nullable request parameter arguments was implemented in #4