Input Tokens
0
Output Tokens
0
Duration
0
Cost
0
Context
Input
Give me the name and email of customers who live in Stockholm.
Expected output
SELECT name, email FROM customers WHERE city = 'Stockholm';
Model output
SELECT name, email FROM customers WHERE city = 'Stockholm';