Replies: 1 comment 1 reply
-
|
Hi @juan-saad are you using Python or .NET? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm building a test application to understand A2A concept, for that, I've created an Azure Foundry project and deployed a gpt-4o-mini model to use as a chat client.
I've created both the server and client with the A2A as in the samples repository (using foundry agent with the Azure OpenAI endpoint) but whenever the client tries to execute the Agent as a tool, it fails with a 405 Http Status code while fetching the /v1/card using a POST method.
I don't understand why it's doing a POST instad of performing a GET.
Does someone had the same issue, or can guide me to troubleshoot it?
Beta Was this translation helpful? Give feedback.
All reactions