Azure AI Agent Service keeps a reference to deleted connections even if not used
I do not have any agents in my Azure AI Agents service, so if I run project_client.agents.list_agents()
, it correctly returns an empyt result:
Azure AI Agent Service keeps a reference to deleted connections even if not used
I do not have any agents in my Azure AI Agents service, so if I run project_client.agents.list_agents()
, it correctly returns an empyt result:
Azure AI Agent Service keeps a reference to deleted connections even if not used
I do not have any agents in my Azure AI Agents service, so if I run project_client.agents.list_agents()
, it correctly returns an empyt result:
Azure Open AI: Error when calling completions api with GPT4o-mini
I am getting the following error when calling completions api with GPT4o-mini model.
Getting error while selecting system assigned managed identity in data connection step of open ai data configuration
We tried to configure the data from the Blob storage by referring to the following link: Azure OpenAI On Your Data.
Function call with Azure OpenAI gpt-4o returns 400 error although the messages are valid
The original post: https://learn.microsoft.com/en-us/answers/questions/1684271/function-call-with-azure-openai-gpt-4o-returns-400
I am testing the new Azure Open AI gpt-4o model but I get the error with function call even though my input messages are correct.
AutGen DotNet – Always creates an Inner Agent of AutoGen.OpenAI.GPTAgent
Playing about with AutoGen and Azure OpenAI. I am going through the very simple example from here: https://microsoft.github.io/autogen-for-net/articles/Create-an-agent.html