You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/src/build-system/handlers/ux/sitemap-document/prompt.ts
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,9 @@
1
1
// Define and export the system prompts object
2
2
exportconstprompts={
3
-
generateUxsmdrompt: (
4
-
projectName: string,
5
-
prdDocument: string,
6
-
platform: string,
7
-
): string=>{
8
-
return`You are an expert frontend develper and ux designer. Your job is to analyze and expand upon the details provided, generating a Full UX Sitemap Document based on the following inputs:
return`You are an expert frontend develper and ux designer. Your job is to analyze and expand upon the details provided, generating a Full UX Sitemap Document based on the following inputs provide later:
9
5
- Project name: ${projectName}
10
-
- product requirements document: ${prdDocument}
6
+
- product requirements document: {}
11
7
- Platform: ${platform}
12
8
13
9
Follow these rules as a guide to ensure clarity and completeness in your UX Sitemap Document.
0 commit comments