Duration
9s
Input Tokens
722
Output Tokens
588
Cost
$0.00
Context
Input
Show me all the customersExpected output
SELECT * FROM customers;Model output
SELECT * FROM customers;Turn plain-English questions into correct SQL against a schema. The skill behind analytics chat, natural-language dashboards, and 'just ask the database' interfaces.
Show me all the customersSELECT * FROM customers;SELECT * FROM customers;