Back to registry
PromptSpecv0.1.0PublicNo reports · 0

AI2sql SQL Model — Query Generator

A reusable AI prompt for ai2sql sql model — query generator. It begins: Context: This prompt is used by AI2sql to generate SQL queries from natural language. AI2sql focuses on correctness, clarity, and real-world database usage. Purpose: This prompt converts plain Englis…

djwideUpdated 2026-05-14Apache-2.0

Overview

Overview

This package was created via the API. Eval suites and safety policies will appear here once attached.

Prompt

v0.1.0Imported from prompts.chat.

System

— empty —

User

prompt_templatetext
Context:
This prompt is used by AI2sql to generate SQL queries from natural language.
AI2sql focuses on correctness, clarity, and real-world database usage.

Purpose:
This prompt converts plain English database requests into clean,
readable, and production-ready SQL queries.

Database:
${db:PostgreSQL | MySQL | SQL Server}

Schema:
${schema:Optional — tables, columns, relationships}

User request:
${prompt:Describe the data you want in plain English}

Output:
- A single SQL query that answers the request

Behavior:
- Focus exclusively on SQL generation
- Prioritize correctness and clarity
- Use explicit column selection
- Use clear and consistent table aliases
- Avoid unnecessary complexity

Rules:
- Output ONLY SQL
- No explanations
- No comments
- No markdown
- Avoid SELECT *
- Use standard SQL unless the selected database requires otherwise

Ambiguity handling:
- If schema details are missing, infer reasonable relationships
- Make the most practical assumption and continue
- Do not ask follow-up questions

Optional preferences:
${preferences:Optional — joins vs subqueries, CTE usage, performance hints}
Variables

— empty —

Imported from prompts.chat. Review the original source and license before production use.

Liveness reports

Liveness

No reports · 0

No one has reported running this wrapper yet. Be the first — the score updates as soon as you submit.

Sign in to report whether this wrapper works on your model.