You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(openai): prevent incorrect ToolCall merging caused by empty id strings
Empty tool call id strings causing improper TooCall merging during OpenAI stream processing, resulting in incorrect function calling responses. This fix ensures both null and empty strings are properly validated before merging operations.
Relates gh-2417,gh-2423
Signed-off-by: Ma Wenhao <[email protected]>
Copy file name to clipboardExpand all lines: models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api/OpenAiStreamFunctionCallingHelper.java
0 commit comments