diff --git a/articles/ai-foundry/default/agents/concepts/hosted-agents.md b/articles/ai-foundry/default/agents/concepts/hosted-agents.md index f020359308..e21ff97f50 100644 --- a/articles/ai-foundry/default/agents/concepts/hosted-agents.md +++ b/articles/ai-foundry/default/agents/concepts/hosted-agents.md @@ -104,16 +104,8 @@ When you run your agent locally by using the hosting adapter, it automatically s POST {{baseUrl}}/responses Content-Type: application/json - { - "input": { - "messages": [ - { - "role": "user", - "content": "Where is Seattle?" - } - ] - } + "input": "Where is Seattle?" } ```