|
15 | 15 |
|
16 | 16 | ### ✨ New Functionality |
17 | 17 |
|
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) |
21 | 20 | - [Document Grounding] [Add Document Grounding Client](https://github.com/SAP/ai-sdk-java/tree/main/docs/guides/GROUNDING.md) |
22 | 21 | - `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`. |
30 | 28 |
|
31 | 29 | ### 📈 Improvements |
32 | 30 |
|
|
0 commit comments