refactor: update search space form text for clarity and conciseness

- Removed redundant editing instructions and replaced them with a more streamlined description of the search space functionality.
- Enhanced user understanding by clarifying the purpose of a search space as a personal workspace with AI integration.
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-12-23 01:35:29 -08:00
parent 4a0c3e368a
commit fd7e43181a

View file

@ -121,11 +121,6 @@ export function SearchSpaceForm({
<h2 className="text-3xl font-bold tracking-tight"> <h2 className="text-3xl font-bold tracking-tight">
{isEditing ? "Edit Search Space" : "Create Search Space"} {isEditing ? "Edit Search Space" : "Create Search Space"}
</h2> </h2>
<p className="text-muted-foreground">
{isEditing
? "Update your search space details"
: "Create a new search space to organize your documents, chats, and podcasts."}
</p>
</div> </div>
<Button <Button
variant="ghost" variant="ghost"
@ -198,8 +193,8 @@ export function SearchSpaceForm({
)} )}
</div> </div>
<p className="text-muted-foreground"> <p className="text-muted-foreground">
A search space allows you to organize and search through your documents, generate A search space is your personal workspace. Connect external sources, upload documents,
podcasts, and have AI-powered conversations about your content. take notes, and get work done with AI agents.
</p> </p>
</div> </div>
</Tilt> </Tilt>