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(