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
Describe the bug
As a beginner to semantic kernal, going through basic get started example - ../concepts/agents/AzureAIAgent_Streaming
I set the settings.json to my azure ai foundry/auzure open ai. Ensure the deployment name exists and is matching in my settings.json
Note other unit test works - ..\dotnet\samples\GettingStartedWithAgents\AzureAIAgent\Step01_AzureAIAgent.cs
To Reproduce
Steps to reproduce the behavior:
I have already added to secrets.json
"AzureAI:ConnectionString" : "eastus.api.azureml.ms;;rk-ai;rk-aihub-project"
"AzureAI:ChatModelId": "gpt-4o"
Go to '../concepts/agents/AzureAIAgent_Streaming'
Click on 'Run Test'
Scroll down to 'Test Detail Summary'
See error:
Agents.AzureAIAgent_Streaming.UseStreamingAgentAsync
Source: AzureAIAgent_Streaming.cs line 19
Duration: 3.2 sec
Message:
Microsoft.SemanticKernel.KernelException : Agent Failure - Run terminated: failed [run_N99S8jqKrzbKJAW5OZgBV4Mq]: No connection matching model: gpt-4o
Expected behavior
A clear and concise description of what you expected to happen.
Platform
Language: C#]
AI model: Azure Open AI
Model name
gpt-4o
Model version
2024-11-20
IDE: [Visual Studio]
OS: [Windows]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
As a beginner to semantic kernal, going through basic get started example - ../concepts/agents/AzureAIAgent_Streaming
I set the settings.json to my azure ai foundry/auzure open ai. Ensure the deployment name exists and is matching in my settings.json
Note other unit test works - ..\dotnet\samples\GettingStartedWithAgents\AzureAIAgent\Step01_AzureAIAgent.cs
To Reproduce
Steps to reproduce the behavior:
I have already added to secrets.json
"AzureAI:ConnectionString" : "eastus.api.azureml.ms;;rk-ai;rk-aihub-project"
"AzureAI:ChatModelId": "gpt-4o"
Agents.AzureAIAgent_Streaming.UseStreamingAgentAsync
Source: AzureAIAgent_Streaming.cs line 19
Duration: 3.2 sec
Message:
Microsoft.SemanticKernel.KernelException : Agent Failure - Run terminated: failed [run_N99S8jqKrzbKJAW5OZgBV4Mq]: No connection matching model: gpt-4o
Expected behavior
A clear and concise description of what you expected to happen.
Platform
Model name
gpt-4o
Model version
2024-11-20
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: