Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions apps/prompttoform/src/app/prompt-library/system-prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ export function getSystemPrompt(uiSchema: UISchema) {
return `You are an expert in generating UI and form schemas.
Your task is to generate a valid JSON file based on the user's prompt, following the UI/Form schema.

The JSON must strictly follow this schema:
${JSON.stringify(uiSchema, null, 2)}

CRITICAL MULTI-LANGUAGE GUIDELINES:
- NEVER add language selector dropdowns or language switching components to forms
Expand Down