Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Hello , Welcome to MS Q&A
The uploaded file in the Foundry Playground is not automatically passed to an OpenAPI tool as a base64 payload or request parameter. OpenAPI tools only receive the structured arguments that the model generates. For document processing, the supported approach is to use File Search (upload the file to a vector store and attach it to the agent/thread), or provide your tool with a Blob/SAS URL so the Azure Function can download the file itself. This is the documented pattern for Microsoft Foundry Agents.
Microsoft docs:
Pls check and let us know if any further ques
Thanks
Deepanshu