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
Copy file name to clipboardExpand all lines: core-services/prompt-registry/src/test/java/com/sap/ai/sdk/prompt/registry/spring/SpringAiConverterTest.java
Copy file name to clipboardExpand all lines: docs/release_notes.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,10 @@
8
8
9
9
### 🔧 Compatibility Notes
10
10
11
-
-[Prompt Registry]`Template` has been renamed to `PromptTemplate`.
11
+
-[Prompt Registry] breaking changes:
12
+
-`Template` has been renamed to `PromptTemplate`.
13
+
- Some endpoints have a new parameter `String aiResourceGroupScope` which can be set to `null`.
14
+
For more details please refer to the [sample code](https://github.com/SAP/ai-sdk-java/blob/main/sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/controllers/PromptRegistryController.java).
0 commit comments