Results 849 comments of LangChain4j

I see a similar issue on 0.36.0 when using `AzureOpenAiStreamingChatModel` and `useAsyncClient(false)`. When `useAsyncClient(true)`, there is no error. @cato-dll could you please check if you are using `useAsyncClient(false)`? ``` WARN...

@cato-dll could you please provide the latest logs you have with 0.36.0?

@cato-dll thank you! I guess we have to wait untill https://github.com/Azure/azure-sdk-for-java/issues/42037 or https://github.com/Azure/azure-sdk-for-java/issues/41164 is fixed. Perharps adding a 👍 to that issues will help to speed it up :)

Please provide a clear description for this PR

@AndrewSerbin sounds great! Would you like to implement this? 🙏

@herbert-beckman if converse API uses the same SDK, I would keep it in `langchain4j-bedrock` module. We could create `BedrockChatModel` that could eventually be used instead of all `Bedrock{Model}ChatModel` classes. WDYT?

@herbert-beckman great, thank you! ❤️ Looks good from the first glance, I will take a deeper look this week!