Skip to content

Commit ed1c2aa

Browse files
authored
Update release_notes.md
1 parent 3e3a531 commit ed1c2aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/release_notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
- [Orchestration] `OrchestrationTemplate.withTemplate()` has been deprecated. Please use `OrchestrationTemplate.withTemplateMessages()` instead.
2222
- [Orchestration] The method `createConfig()` is removed from `ContentFilter`, `AzureContentFilter` and `LlamaGuardFilter` and is replaced by `createInputFilterConfig()` and `createOutputFilterConfig()`.
2323

24+
- [Prompt Registry] Resource group has been added as a optional parameter to all endpoints. Set it to `"default"` if it was not set before. Examples:
25+
- `client.importPromptTemplate(File)` --> `client.importPromptTemplate("default", File)`.
26+
- `client.parsePromptTemplateById(id, false, inputParams)` --> `client.parsePromptTemplateById(id, "default", false, inputParams)`.
27+
2428
### ✨ New Functionality
2529

2630
- [Orchestration] Added support for [transforming a JSON output into an entity](https://sap.github.io/ai-sdk/docs/java/orchestration/chat-completion#json_schema)

0 commit comments

Comments
 (0)