Andres da Silva Santos

Results 2 issues of Andres da Silva Santos

**Current Behavior** Currently, it is not possible to set the `reasoningEffort` parameter when using `AzureOpenAiChatOptions`. This functionality is only available for `OpenAiChatOptions`. Working example with OpenAiChatModel: ```java OpenAiChatOptions.builder() .reasoningEffort("low") .build();...

azure

Hi Spring AI team, First of all, thanks for the amazing work you’ve done on Spring AI so far. While integrating with OpenAI I noticed that Spring AI currently doesn't...