From b955e829cbaff0c1f651a9874dec7d16f45f7f7b Mon Sep 17 00:00:00 2001 From: Tao Chen Date: Thu, 30 Apr 2026 14:07:31 -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 2ecdcee5ed..6697017357 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 @@ -83,7 +83,7 @@ azd ai agent invoke --new-session "Hi!" Run the following command to upload a file to the hosted agent session: ```bash -azd ai agent files upload -f +azd ai agent files upload -f ``` > The above command will automatically detect the last active session and upload the file to that session without requiring you to explicitly provide a session ID. It is also possible to specify a particular session ID to upload the file to a specific hosted agent session by using the `--session-id` flag. Run `azd ai agent files upload -h` to see the full list of options and flags available for the `upload` command.