Duration
11s
Input Tokens
868
Output Tokens
598
Cost
$0.00
Context
Input
List all employees hired after 2021Expected output
SELECT * FROM employees WHERE hired_at > '2021-12-31';Model output
SELECT name FROM employees WHERE hired_at > '2021-12-31';