Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
94 views

I am using PersistentAgentsClient to handle agent deployment and invocation in Azure AI Foundry. Chat client: public PersistentAgentsClient CreateChatClient() { return new PersistentAgentsClient(&...
Anindya Chanda's user avatar
2 votes
0 answers
100 views

I recently set up a Microsoft Fabric Data Agent and connected it to AI Foundry. I now have my data agent on AI Foundry, with its source being the Fabric Data Agent. My goal is to ask questions to this ...
Antoine Croissant's user avatar
2 votes
0 answers
160 views

Context: Using AzureAIAgent from Semantic Kernel (semantic-kernel==1.30.0,azure.identity==1.21.0,azure.ai.projects==1.0.0b8) Load tools from an MCP server Add those tools as a plugin to the agent ...
Prajwal's user avatar
  • 21
1 vote
0 answers
98 views

We are implementing a Semantic Kernel with numerous Chat Completion Agents. One of the agents calls out to an existing MS Foundry data agent, which utilises a Fabric data agent as knowledge. We want ...
Dooie's user avatar
  • 1,679
-3 votes
1 answer
116 views

I want to fill the vector memory of my project in Azure AI Foundry via a CURL command. I use the way described in the documentation Uploading the file, which apparently has to be done before adding ...
HendrikD2005's user avatar
0 votes
1 answer
160 views

I'm working on a text classifier built on Azure AI Foundry. My colleagues have already set up a Review Evaluation which calculates an accuracy score using String Check : Check if {{sample.output_text}}...
CrowsNose's user avatar
  • 103
0 votes
2 answers
1k views

Getting following issue: [DEBUG] .NET DNS resolution failed: nodename nor servname provided, or not known [DEBUG] Inner Exception Type: Azure.RequestFailedException when trying to connect to my Azure ...
Belkaz's user avatar
  • 1
0 votes
1 answer
116 views

I am using AZAPI code to deploy marketplace subscription and Serverless Endpoint for the model as below ? How to get PublisherId, OfferId , PlanId of any model ? I want for below models : 1. Mistral-...
Bokambo's user avatar
  • 4,564
0 votes
1 answer
125 views

I am using below code to get data from "Mistral-Nemo" model hosted as SaaS in Azure AI Foundry. It gives me below error: Error: Operation returned an invalid status 'Bad Request' Traceback (...
Bokambo's user avatar
  • 4,564
2 votes
2 answers
393 views

I am using AzureOpenAI Service, and I just encountered an issue openai.NotFoundError: Error code: 404 - {'error': {'code': 'DeploymentNotFound', 'message': 'The API deployment for this resource does ...
mengyuest's user avatar
0 votes
1 answer
530 views

I can successfully chat under in the Chat Playground. Manual evaluation does also work. I can also successfully create a Prompt Flow. But chatting with the Prompt does not work. The Compute Session ...
quervernetzt's user avatar