Skip to content

Commit 0fe42f6

Browse files
authored
Merge pull request #517 from MicrosoftDocs/main
Merge main to live: Add RC note about OpenAIAssistantAgent (#516)
2 parents 39cfebc + f95fe84 commit 0fe42f6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

semantic-kernel/Frameworks/agent/assistant-agent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ms.service: semantic-kernel
1010
---
1111
# Exploring the Semantic Kernel `OpenAIAssistantAgent`
1212

13+
> [!IMPORTANT]
14+
> Single-agent features, such as `OpenAIAssistantAgent`, are in the release candidate stage. These features are nearly complete and generally stable, though they may undergo minor refinements or optimizations before reaching full general availability.
15+
1316
Detailed API documentation related to this discussion is available at:
1417

1518
::: zone pivot="programming-language-csharp"

semantic-kernel/Frameworks/agent/examples/example-assistant-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ OPENAI_ORG_ID=""
180180
OPENAI_CHAT_MODEL_ID=""
181181
```
182182

183-
[!TIP]
184-
Azure Assistants require an API version of at least 2024-05-01-preview. As new features are introduced, API versions are updated accordingly. As of this writing, the latest version is 2025-01-01-preview. For the most up-to-date versioning details, refer to the [Azure OpenAI API preview lifecycle](/azure/ai-services/openai/api-version-deprecation).
183+
> [!TIP]
184+
> Azure Assistants require an API version of at least 2024-05-01-preview. As new features are introduced, API versions are updated accordingly. As of this writing, the latest version is 2025-01-01-preview. For the most up-to-date versioning details, refer to the [Azure OpenAI API preview lifecycle](/azure/ai-services/openai/api-version-deprecation).
185185
186186
Once configured, the respective AI service classes will pick up the required variables and use them during instantiation.
187187
::: zone-end

0 commit comments

Comments
 (0)