interfAIce icon indicating copy to clipboard operation
interfAIce copied to clipboard

Support nullable types for response

Open mscheong01 opened this issue 2 years ago • 1 comments

ex)

interface TestInterface {
    @OpenAiChat
    fun randomCityNameInCountryOrNull(cityName: String?): String?
}

mscheong01 avatar Jun 02 '23 14:06 mscheong01

support for nullable request parameter arguments was implemented in #4

mscheong01 avatar Jun 04 '23 08:06 mscheong01