query_build
Convert natural language descriptions into SQL queries. Specify the target SQL dialect for accurate generation.
Instructions
Build SQL queries from natural language descriptions. Example: "get all users who signed up this month and have at least 3 orders" generates the corresponding SQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dialect | No | SQL dialect (default: postgresql) | |
| description | Yes | Natural language description of the desired query | |
| schema_hint | No | Optional schema context (table/column names) to improve accuracy |