Commit 618c451
Fix reordering issue in AzureOpenAiChatModel (#4156)
Reordering may occur due to `Flux::flatMap` not providing ordering guarantees;
`flatMapSequential` addresses this issue.
Fixes #4155
Signed-off-by: robinmayerhofer <[email protected]>
(cherry picked from commit f888f73)1 parent 0649db5 commit 618c451
File tree
1 file changed
+2
-2
lines changed- models/spring-ai-azure-openai/src/main/java/org/springframework/ai/azure/openai
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
| 353 | + | |
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
| 379 | + | |
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| |||
0 commit comments