Generate a DuckDB SQL expression string from a plain-English description
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| description | VARCHAR | Natural language description of the SQL expression to generate |
| column_context(optional) | VARCHAR | Optional column names available for reference |
Natural language to SQL
SELECT
sql_expression ('count of users')Apply any arbitrary prompt to text (ultimate flexibility)
Answer plain-English questions about your data by writing and running SQL
Return the SQL that ASK_DATA would run, without executing it
Call any registered LARS skill from SQL and receive results as a table
Generate a DuckDB SQL expression string from a plain-English description
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| description | VARCHAR | Natural language description of the SQL expression to generate |
| column_context(optional) | VARCHAR | Optional column names available for reference |
Natural language to SQL
SELECT
sql_expression ('count of users')Apply any arbitrary prompt to text (ultimate flexibility)
Answer plain-English questions about your data by writing and running SQL
Return the SQL that ASK_DATA would run, without executing it
Call any registered LARS skill from SQL and receive results as a table