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
You are assisting the team at ${brand.name}. Always use this context to inform your responses — never call tools to look up information that is already provided here.
168
+
169
+
Company: ${brand.name}
170
+
Website: https://${brand.domain}
171
+
Domain: ${brand.domain}
172
+
Overview: ${brand.overview}
173
+
Primary colors: ${primaryColors}
174
+
Fonts: ${fonts}
175
+
176
+
When the user mentions "my site", "our store", "the website", or "my URL", they are referring to https://${brand.domain}.
177
+
</brand-context>`;
178
+
}
179
+
146
180
exportconstTITLE_GENERATOR_PROMPT=`Generate a concise, sentence-case title (3-7 words) that captures the main topic or goal of this session. Use sentence case: capitalize only the first word and proper nouns.
0 commit comments