chore: Remove unused test_replay.json cassette file

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Josh Vera
2025-07-12 19:31:26 -06:00
parent 840b3deee4
commit 69f7a79804

View File

@@ -1,53 +0,0 @@
{
"interactions": [
{
"request": {
"content": {
"input": [
{
"content": [
{
"text": "What is 2 + 2?",
"type": "input_text"
}
],
"role": "user"
}
],
"model": "o3-pro-2025-06-10",
"reasoning": {
"effort": "medium"
},
"store": true
},
"method": "POST",
"path": "/v1/responses",
"url": "https://api.openai.com/v1/responses"
},
"response": {
"content": {
"created_at": 0,
"id": "resp_SANITIZED",
"model": "o3-pro-2025-06-10",
"object": "response",
"output": [
{
"text": "The answer to 2 + 2 is 4. This is a basic arithmetic operation where we add two whole numbers together.",
"type": "output_text"
}
],
"system_fingerprint": "fp_SANITIZED",
"usage": {
"input_tokens": 50,
"output_tokens": 20,
"total_tokens": 70
}
},
"headers": {
"content-type": "application/json"
},
"status_code": 200
}
}
]
}