diff --git a/skyvern-frontend/src/routes/tasks/create/PromptBox.tsx b/skyvern-frontend/src/routes/tasks/create/PromptBox.tsx index eb4c03e4..cad34699 100644 --- a/skyvern-frontend/src/routes/tasks/create/PromptBox.tsx +++ b/skyvern-frontend/src/routes/tasks/create/PromptBox.tsx @@ -59,6 +59,9 @@ function createTemplateTaskFromTaskGenerationParameters( const examplePrompts = [ "What is the top post on hackernews?", "Navigate to Google Finance and search for AAPL", + "What is the top NYT bestseller?", + "What is the top ranked football team?", + "Find the top selling electrical connector on finditparts", ]; function PromptBox() { @@ -173,12 +176,12 @@ function PromptBox() { -
+
{examplePrompts.map((examplePrompt) => { return (
{ setPrompt(examplePrompt); }}