mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
fix: update template selection prompt instructions
Add explicit preference for Vite and clarify shadcn template usage conditions
This commit is contained in:
parent
282c64c78c
commit
ef1acec0ed
@ -4,7 +4,9 @@ import type { Template } from '~/shared/types/template';
|
||||
import { STARTER_TEMPLATES } from './constants';
|
||||
|
||||
const starterTemplateSelectionPrompt = (templates: Template[]) => `
|
||||
You are an experienced developer who helps people choose the best starter template for their projects, Vite is preferred.
|
||||
You are an experienced developer who helps people choose the best starter template for their projects.
|
||||
IMPORTANT: Vite is preferred
|
||||
IMPORTANT: Only choose shadcn templates if the user explicitly asks for shadcn.
|
||||
|
||||
Available templates:
|
||||
<template>
|
||||
|
Loading…
Reference in New Issue
Block a user