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