From 7c93459a3c92c803fa4e0c8e260d8ff5130e2505 Mon Sep 17 00:00:00 2001 From: radu-mocanu Date: Thu, 5 Jun 2025 14:36:00 +0300 Subject: [PATCH] chore: add folder_path placeholder --- samples/ticket-classification/README.md | 2 +- samples/ticket-classification/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/ticket-classification/README.md b/samples/ticket-classification/README.md index b6309f3..72bc7b8 100644 --- a/samples/ticket-classification/README.md +++ b/samples/ticket-classification/README.md @@ -139,7 +139,7 @@ Follow these steps to deploy the pre-built application using [UiPath Solutions M ![copy-folder-path](../../docs/sample_images/ticket-classification/copy-folder-path.png) - - Update the `_PLACEHOLDER` string in `main.py` (line 148) with the copied folder path + - Update the `FOLDER_PATH_PLACEHOLDER` string in `main.py` (line 148) with the copied folder path ### 3. Agent Setup and Publishing diff --git a/samples/ticket-classification/main.py b/samples/ticket-classification/main.py index 449ede4..871dd9f 100644 --- a/samples/ticket-classification/main.py +++ b/samples/ticket-classification/main.py @@ -125,7 +125,7 @@ async def wait_for_human(state: GraphState) -> Command: "AgentName": "ticket-classification "}, app_version=1, assignee=state.get("assignee", None), - app_folder_path="Shared/escalation_app", + app_folder_path="FOLDER_PATH_PLACEHOLDER", )) return Command(