Input Tokens
22936
Output Tokens
2995
Duration
173694.123
Cost
0
Context
Input
List all employees hired after 2021
Expected output
SELECT * FROM employees WHERE hired_at > '2021-12-31';
Model output
SELECT * FROM employees WHERE hired_at > '2021-12-31';