From 536a798a72d123316944554b54d94765a5277b31 Mon Sep 17 00:00:00 2001 From: akhisud3195 Date: Thu, 8 May 2025 11:07:59 +0530 Subject: [PATCH] Add sub-text in projects page prompt --- .../app/projects/select/components/create-project.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/apps/rowboat/app/projects/select/components/create-project.tsx b/apps/rowboat/app/projects/select/components/create-project.tsx index ecb46fa1..cfaaa05c 100644 --- a/apps/rowboat/app/projects/select/components/create-project.tsx +++ b/apps/rowboat/app/projects/select/components/create-project.tsx @@ -9,9 +9,10 @@ import { SectionHeading } from "@/components/ui/section-heading"; import { Textarea } from "@/components/ui/textarea"; import { Submit } from "./submit-button"; import { Button } from "@/components/ui/button"; -import { FolderOpenIcon } from "@heroicons/react/24/outline"; +import { FolderOpenIcon, InformationCircleIcon } from "@heroicons/react/24/outline"; import { USE_MULTIPLE_PROJECTS } from "@/app/lib/feature_flags"; import { HorizontalDivider } from "@/components/ui/horizontal-divider"; +import { Tooltip } from "@heroui/react"; // Add glow animation styles const glowStyles = ` @@ -365,6 +366,14 @@ export function CreateProject({ defaultName, onOpenProjectPane, isProjectPaneOpe +
+

+ In the next step, our AI copilot will create agents for you, complete with mock-tools. +

+ If you already know the specific agents and tools you need, mention them below.

Specify 'internal agents' for task agents that will not interact with the user and 'user-facing agents' for conversational agents that will interact with users.
} className="max-w-[560px]"> + + +