Update python/samples/04-hosting/foundry-hosted-agents/responses/06_files/README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Tao Chen
2026-04-30 14:06:54 -07:00
committed by GitHub
Unverified
parent 09e74cc450
commit ef63a61e57
@@ -46,7 +46,7 @@ $env:TOOLBOX_NAME="<your-toolbox-name>"
Send a POST request to the server with a JSON body containing an `"input"` field to interact with the agent. For example:
```bash
curl -X POST http://localhost:8088/responses -H "Content-Type: application/json" -d '{"input": "Find the quauterly report under `{cwd}/resources` and tell me the difference of revenue between q1 2026 and q1 2025?"}'
curl -X POST http://localhost:8088/responses -H "Content-Type: application/json" -d '{"input": "Find the quarterly report under `{cwd}/resources` and tell me the difference of revenue between q1 2026 and q1 2025?"}'
```
The server will respond with a JSON object containing the response text and a response ID. You can use this response ID to continue the conversation in subsequent requests.