Thai H
Thai H
I modified CSVPrinter.printRecords() methods and CSVFormat.printRecord() methods to handle first value of a record differently if it is an empty string and there are following values
(Sample project is attached. Please run run.bat script to see the issue) [demo.zip](https://github.com/kongchen/swagger-maven-plugin/files/2312894/demo.zip) My project containing a JAR file which has an incorrect Class-Path entry (which is pointing to "/")....
**Bug description** When there should be multiple function calls for a single question, only one call is made because AzureOpenAiChatClient doesn't copy tools value from first request to second request,...
Function calling - FunctionCallingOptions doesn't work with OpenAiChatClient/AzureOpenAiChatClient
**Bug description** Function calling doesn't happen when using FunctionCallingOptions with OpenAiChatClient/AzureOpenAiChatClient **Environment** spring-ai-core-1.0.0-20240420.063719-118.jar spring-ai-openai-1.0.0-20240420.063719-101.jar spring-ai-azure-openai-1.0.0-20240420.063719-112.jar **Steps to reproduce** ```kotlin // kotlin code val functionOptions = FunctionCallingOptions.builder() .withFunction("weatherFunction") .build() val response:...