{
"kind": "lean-ctx.eval-recording",
"fingerprint": {
"provider": "recorded",
"endpoint": "testbench-fixture",
"params": {
"model": "fixture",
"temperature": 0.0,
"top_p": 1.0,
"max_tokens": 1024,
"seed": 7
}
},
"entries": {
"1aaa8fd672e05f9a6db2c6537d0f1a405bc4decf4c099397880a779e92af895a": {
"text": "The PaymentGateway retries failed charges with exponential backoff: a base delay of 200ms that doubles each attempt, up to a maximum of 5 attempts before the charge is marked permanently failed."
},
"2800206dc468816fd4c4e0ca042b0da7b93c4e2be46f9419adfc0c5a6f2605a9": {
"text": "PASS\n1.0"
},
"45d5db4a9e6ac1dd189951b33c02ffeb3af7bace363e6482d6418d4862395ec3": {
"text": "fizzbuzz() {\n n=$1\n if [ $((n % 15)) -eq 0 ]; then echo FizzBuzz\n elif [ $((n % 3)) -eq 0 ]; then echo Fizz\n elif [ $((n % 5)) -eq 0 ]; then echo Buzz\n else echo \"$n\"\n fi\n}\n"
},
"468586f8657a3a7452bd69cb5dcde9c4855a9e23077c15dd889235fa1ab59d48": {
"text": "fizzbuzz() {\n n=$1\n if [ $((n % 15)) -eq 0 ]; then echo FizzBuzz\n elif [ $((n % 3)) -eq 0 ]; then echo Fizz\n elif [ $((n % 5)) -eq 0 ]; then echo Buzz\n else echo \"$n\"\n fi\n}\n"
},
"a54dc80d3f03154091edd8fc1d9c8d4d65233e83a2a9829ad3ef48d6216a6d8c": {
"text": "The PaymentGateway retries failed charges with exponential backoff: a base delay of 200ms that doubles each attempt, up to a maximum of 5 attempts before the charge is marked permanently failed."
}
}
}