File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1212
1313### ✨ New Functionality
1414
15- - Extend ` OpenAiClientException ` and ` OrchestrationClientException ` to retrieve error diagnostics information received from remote service.
15+ - Extend ` OpenAiClientException ` and ` OrchestrationClientException ` to retrieve error diagnostics information received
16+ from remote service.
1617 New available accessors for troubleshooting: ` getErrorResponse() ` , ` getHttpResponse() ` and, ` getHttpRequest() ` .
1718 Please note: depending on the error response, these methods may return ` null ` if the information is not available.
18-
19+ - [ OpenAI] Introduced ` completion ` , ` streamChatCompletion ` , ` toolCalling ` and ` chatMemory ` for OpenAI using SpringAI
20+ making SpringAI fully integrated with our OpenAI client.
1921
2022### 📈 Improvements
2123
You can’t perform that action at this time.
0 commit comments