From 69f7a79804173bd50762f0fff451c3e49dba0bc8 Mon Sep 17 00:00:00 2001 From: Josh Vera Date: Sat, 12 Jul 2025 19:31:26 -0600 Subject: [PATCH] chore: Remove unused test_replay.json cassette file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- tests/openai_cassettes/test_replay.json | 53 ------------------------- 1 file changed, 53 deletions(-) delete mode 100644 tests/openai_cassettes/test_replay.json diff --git a/tests/openai_cassettes/test_replay.json b/tests/openai_cassettes/test_replay.json deleted file mode 100644 index 6673855..0000000 --- a/tests/openai_cassettes/test_replay.json +++ /dev/null @@ -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 - } - } - ] -} \ No newline at end of file