From d559b59157b3f8469717bf5a789742366f7eaf2d Mon Sep 17 00:00:00 2001 From: Thiago Bohn Date: Wed, 8 Jul 2026 10:18:18 -0300 Subject: [PATCH 1/2] docs(aicore): correct content filtering enabled-by-default version to 0.32.0 The user guide incorrectly stated that content filtering was enabled by default from v0.28.0. The feature was introduced in v0.32.0. --- src/sap_cloud_sdk/aicore/user-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sap_cloud_sdk/aicore/user-guide.md b/src/sap_cloud_sdk/aicore/user-guide.md index d879f306..cd4397c3 100644 --- a/src/sap_cloud_sdk/aicore/user-guide.md +++ b/src/sap_cloud_sdk/aicore/user-guide.md @@ -56,11 +56,11 @@ The `set_aicore_config()` function: 2. **Configures environment variables** for LiteLLM to use AI Core 3. **Normalizes URLs** by adding required suffixes (`/oauth/token` for auth, `/v2` for base URL) 4. **Sets resource group** (defaults to "default" if not specified) -5. **Activates content filtering** — Azure Content Safety + prompt shield enabled by default *(new in 0.28.0)* +5. **Activates content filtering** — Azure Content Safety + prompt shield enabled by default *(new in 0.32.0)* --- -## Content Filtering (enabled by default from 0.28.0) +## Content Filtering (enabled by default from 0.32.0) `set_aicore_config()` automatically activates content filtering for all `sap/*` model calls. No additional code is required. Filtering applies Azure Content From eea8519769422ef58f090015a46d2cbcf35855db Mon Sep 17 00:00:00 2001 From: Thiago Bohn Date: Wed, 8 Jul 2026 13:07:07 -0300 Subject: [PATCH 2/2] docs(aicore): fix orchestration namespace version reference to 0.32 The migration note incorrectly referenced 0.28 as the version during which the orchestration namespace was in-flight. The namespace was used during v0.32.0 development (commit 6c042e1, tag v0.32.0). --- src/sap_cloud_sdk/aicore/user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sap_cloud_sdk/aicore/user-guide.md b/src/sap_cloud_sdk/aicore/user-guide.md index cd4397c3..ea80d3c7 100644 --- a/src/sap_cloud_sdk/aicore/user-guide.md +++ b/src/sap_cloud_sdk/aicore/user-guide.md @@ -228,7 +228,7 @@ rejections. All other exceptions surface unchanged. ### Migration from prior versions If your agent previously imported from `sap_cloud_sdk.orchestration` (an -in-flight name during 0.28 development) or used the keyword form +in-flight name during 0.32 development) or used the keyword form `set_filtering(hate=...)`, update to: ```python