Skip to content

Commit c329818

Browse files
authored
fix: Align release notes with JS SDK (#360)
* Align release notes with JS * Fix links --------- Co-authored-by: Jonas Israel <[email protected]>
1 parent fcbf9fd commit c329818

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

docs/release-notes/release_notes.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,16 @@
1515

1616
### ✨ New Functionality
1717

18-
- [Orchestration]
19-
- [Add Spring AI tool calling](../guides/SPRING_AI_INTEGRATION.md#tool-calling).
20-
- [Add new convenient methods to set the response format for Orchestration.](https://github.com/SAP/ai-sdk-java/tree/main/docs/guides/ORCHESTRATION_CHAT_COMPLETION.md#set-a-response-format)
18+
- [Orchestration] [Add Spring AI tool calling](https://github.com/SAP/ai-sdk-java/tree/main/docs/guides/SPRING_AI_INTEGRATION.md#tool-calling).
19+
- [Orchestration] [Add new convenient methods to set the response format for Orchestration.](https://github.com/SAP/ai-sdk-java/tree/main/docs/guides/ORCHESTRATION_CHAT_COMPLETION.md#set-a-response-format)
2120
- [Document Grounding] [Add Document Grounding Client](https://github.com/SAP/ai-sdk-java/tree/main/docs/guides/GROUNDING.md)
2221
- `com.sap.ai.sdk:document-grounding:1.4.0`
23-
- [OpenAI]
24-
- New generated model classes introduced for _AzureOpenAI_ specification dated 2024-10-21.
25-
- Introducing [new user interface](../guides/OPENAI_CHAT_COMPLETION.md/#new-user-interface-v140) for chat completion wrapping the generated model classes.
26-
- `OpenAiChatCompletionRequest` and `OpenAiChatCompletionResponse`' for high level request and response handling.
27-
- `OpenAiUserMessage`, `OpenAiSystemMessage`, `OpenAiAssistantMessage` and `OpenAiToolMessage` for message creation for different content types.
28-
- `OpenAiToolChoice` for configuring chat completion requests with tool selection strategy.
29-
- Introducing new user interface for embedding calls using `OpenAiEmbeddingRequest` and `OpenAiEmbeddingResponse`.
22+
- [OpenAI] New generated model classes introduced for _AzureOpenAI_ specification dated 2024-10-21.
23+
- [OpenAI] Introducing [new user interface](https://github.com/SAP/ai-sdk-java/tree/main/docs/guides/OPENAI_CHAT_COMPLETION.md/#new-user-interface-v140) for chat completion wrapping the generated model classes.
24+
- `OpenAiChatCompletionRequest` and `OpenAiChatCompletionResponse`' for high level request and response handling.
25+
- `OpenAiUserMessage`, `OpenAiSystemMessage`, `OpenAiAssistantMessage` and `OpenAiToolMessage` for message creation for different content types.
26+
- `OpenAiToolChoice` for configuring chat completion requests with tool selection strategy.
27+
- [OpenAI] Introducing new user interface for embedding calls using `OpenAiEmbeddingRequest` and `OpenAiEmbeddingResponse`.
3028

3129
### 📈 Improvements
3230

0 commit comments

Comments
 (0)