From 086ab6820c01d70961f3084d6f665b7cfa10f870 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Thu, 12 Dec 2024 08:50:47 -0800 Subject: [PATCH] edit navigation block tip (#1378) --- .../editor/nodes/NavigationNode/NavigationNode.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/skyvern-frontend/src/routes/workflows/editor/nodes/NavigationNode/NavigationNode.tsx b/skyvern-frontend/src/routes/workflows/editor/nodes/NavigationNode/NavigationNode.tsx index 9756408a..b28bbe3c 100644 --- a/skyvern-frontend/src/routes/workflows/editor/nodes/NavigationNode/NavigationNode.tsx +++ b/skyvern-frontend/src/routes/workflows/editor/nodes/NavigationNode/NavigationNode.tsx @@ -126,8 +126,11 @@ function NavigationNode({ id, data }: NodeProps) {
- Tip: While executing the navigation block, Skyvern will take - multiple actions to accomplish a single goal. + Tip: Try to phrase your prompt as a goal with an explicit + completion criteria. While executing, Skyvern will take as many + actions as necessary to accomplish the goal. Use words like + "Complete" or "Terminate" to help Skyvern identify when it's + finished or when it should give up.