From 05e0ca046e3fbdde1ef2791bc6391c59ddffaed9 Mon Sep 17 00:00:00 2001 From: George Ollis <76496924+georgeollis@users.noreply.github.com> Date: Thu, 27 Nov 2025 16:55:35 +0000 Subject: [PATCH] Update hosted-agents.md --- .../default/agents/concepts/hosted-agents.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/articles/ai-foundry/default/agents/concepts/hosted-agents.md b/articles/ai-foundry/default/agents/concepts/hosted-agents.md index 649d146034..bec66374d2 100644 --- a/articles/ai-foundry/default/agents/concepts/hosted-agents.md +++ b/articles/ai-foundry/default/agents/concepts/hosted-agents.md @@ -105,16 +105,8 @@ When you run your agent locally using the hosting adapter, it automatically star POST {{baseUrl}}/responses Content-Type: application/json - { - "input": { - "messages": [ - { - "role": "user", - "content": "Where is Seattle?" - } - ] - } + "input": "Where is Seattle?" } ``` @@ -801,4 +793,4 @@ Hosted agents are supported in North Central US only (more region support coming * [Azure Container Registry documentation](/azure/container-registry/) * [Create projects in Microsoft Foundry](../../../how-to/create-projects.md) * [Microsoft Foundry reference](../../../reference/region-support.md) -* [Agent samples and quickstarts](../../../quickstarts/get-started-code.md) \ No newline at end of file +* [Agent samples and quickstarts](../../../quickstarts/get-started-code.md)