Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions articles/ai-foundry/default/agents/concepts/hosted-agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?"
}
```

Expand Down