Skip to content

Python: Pass api_key to azure config base init #11056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

moonbox3
Copy link
Contributor

Motivation and Context

In creating the AzureRealtimeWebsocket object, one can use an api key as part of AzureOpenAISettings. This api_key is not getting passed to the AzureOpenAIConfigBase.

Description

Pass the api key to the config base.

Contribution Checklist

@moonbox3 moonbox3 requested a review from a team as a code owner March 19, 2025 00:57
@markwallace-microsoft markwallace-microsoft added the python Pull requests for the Python Semantic Kernel label Mar 19, 2025
@moonbox3 moonbox3 self-assigned this Mar 19, 2025
@moonbox3 moonbox3 enabled auto-merge March 19, 2025 00:57
@markwallace-microsoft
Copy link
Member

Python Test Coverage

Python Test Coverage Report •
FileStmtsMissCoverMissing
semantic_kernel/connectors/ai/open_ai/services
   azure_realtime.py29872%90–105, 124
TOTAL20883237789% 

Python Unit Test Overview

Tests Skipped Failures Errors Time
3313 5 💤 0 ❌ 0 🔥 1m 28s ⏱️

@moonbox3 moonbox3 added this pull request to the merge queue Mar 20, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 20, 2025
@moonbox3 moonbox3 added this pull request to the merge queue Mar 20, 2025
Merged via the queue into microsoft:main with commit 103c1e6 Mar 20, 2025
30 checks passed
@moonbox3 moonbox3 deleted the fix-api-key-pass-azure-realtime branch March 20, 2025 01:34
@github-project-automation github-project-automation bot moved this to Sprint: Done in Semantic Kernel Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests for the Python Semantic Kernel
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Python: Bug: AzureRealtimeWebsocket does not pass api_key for superclass constructor
4 participants