From ef63a61e571e9ff152f4107f578f44762f5d60b8 Mon Sep 17 00:00:00 2001 From: Tao Chen Date: Thu, 30 Apr 2026 14:06:54 -0700 Subject: [PATCH] Update python/samples/04-hosting/foundry-hosted-agents/responses/06_files/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../foundry-hosted-agents/responses/06_files/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samples/04-hosting/foundry-hosted-agents/responses/06_files/README.md b/python/samples/04-hosting/foundry-hosted-agents/responses/06_files/README.md index d5722553a2..2ecdcee5ed 100644 --- a/python/samples/04-hosting/foundry-hosted-agents/responses/06_files/README.md +++ b/python/samples/04-hosting/foundry-hosted-agents/responses/06_files/README.md @@ -46,7 +46,7 @@ $env: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.