fix: update template selection prompt instructions

Add explicit preference for Vite and clarify shadcn template usage conditions
This commit is contained in:
KevIsDev 2025-06-25 14:02:56 +01:00
parent 282c64c78c
commit ef1acec0ed

View File

@ -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>