From 372ea7e7f226dcb4d836bde08ae66b78eceb9fa1 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 11 Dec 2025 14:43:10 +0530 Subject: [PATCH] chore: cleanup comments --- src/components/robot/pages/RobotCreate.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index 5a0a306c..0e44a023 100644 --- a/src/components/robot/pages/RobotCreate.tsx +++ b/src/components/robot/pages/RobotCreate.tsx @@ -234,7 +234,6 @@ const RobotCreate: React.FC = () => { Extract structured data from websites using AI or record your own extraction workflow. - {/* Website URL */} { /> - {/* Generation Mode Selection */} Generation Mode @@ -302,10 +300,8 @@ const RobotCreate: React.FC = () => { - {/* Conditional rendering based on generation mode */} {generationMode === 'agent' && ( - {/* Robot Name */} { /> - {/* Extraction Prompt */} { /> - {/* LLM Provider and Model */} LLM Provider @@ -402,7 +396,6 @@ const RobotCreate: React.FC = () => { )} - {/* Ollama Base URL */} {llmProvider === 'ollama' && ( { )} - {/* Create & Run Button */}