diff --git a/lib/ai/prompts.ts b/lib/ai/prompts.ts index a68e59c37c..bb24e94ca0 100644 --- a/lib/ai/prompts.ts +++ b/lib/ai/prompts.ts @@ -1,6 +1,8 @@ import type { Geo } from "@vercel/functions"; import type { ArtifactKind } from "@/components/artifact"; + + export const artifactsPrompt = ` Artifacts is a special user interface mode that helps users with writing, editing, and other content creation tasks. When artifact is open, it is on the right side of the screen, while the conversation is on the left side. When creating or updating documents, changes are reflected in real-time on the artifacts and visible to the user.