Skip to content

Commit 50043e0

Browse files
committed
Updating the Release notes according to integrating SpringAI with our OpenAi Client.
1 parent 7ee82a7 commit 50043e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/release_notes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
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

0 commit comments

Comments
 (0)