21 questions
1
vote
0
answers
94
views
Getting Azure DevOps MCP server to work with a PersistentAgent in Azure AI Foundry with Microsoft Agent Framework
I am using PersistentAgentsClient to handle agent deployment and invocation in Azure AI Foundry.
Chat client:
public PersistentAgentsClient CreateChatClient()
{
return new PersistentAgentsClient(&...
2
votes
0
answers
100
views
Query AI Foundry Data Agent from Python and receive a response
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 ...
2
votes
0
answers
160
views
Why is the Azure AI agent (Semantic Kernel) not using the configured MCP tools despite explicit instructions?
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
...
1
vote
0
answers
98
views
Passing chat history to an MS Foundry DataAgent
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 ...
-3
votes
1
answer
116
views
Fill vector store with CURL does not work
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 ...
0
votes
1
answer
160
views
Getting Precision / Recall / F1 scores in Azure AI Foundry Evaluation
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}}...
0
votes
2
answers
1k
views
Unable to connect to Azure AI Foundry AgentsClient
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 ...
0
votes
1
answer
116
views
How to get PublisherId, OfferId , PlanId of AI foundry model?
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-...
0
votes
1
answer
125
views
Error: Operation returned an invalid status 'Bad Request' on client.complete
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 (...
2
votes
2
answers
393
views
Azure OpenAI: DeploymentNotFound: The API deployment for this resource does not exist
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 ...
0
votes
1
answer
530
views
Azure AI Foundry: Prompt Flow: No Progress when using Chat, seems to be stuck
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 ...