BlazeSQL Query
blazesql_queryFull Description
Execute a natural language query against your BlazeSQL database. Prefer passing the user's request directly; avoid specifying tables/columns unless the user explicitly requested them. Returns the generated SQL and query results.
Parameters (1 required)
natural_language_requeststringThe user's question in plain English. Keep it non-prescriptive (don't guess table/column names) unless the user explicitly named fields/tables or asked for SQL specifics.