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 */}