From 705bb16b9be9d236339111357f97bf589acbc28d Mon Sep 17 00:00:00 2001 From: Shion Date: Mon, 26 Jan 2026 13:03:08 +0900 Subject: [PATCH] Update prompts.ts --- lib/ai/prompts.ts | 2 ++ 1 file changed, 2 insertions(+) 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.