apac-ops-bot/backend
michael 4c4843d1b2 Fix stale previous_response_id error in OpenAI Responses API
When OpenAI's stored response expires, the API returns a
previous_response_not_found error. Handle this gracefully by
catching the error and retrying without the stale ID.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 17:35:30 -06:00
..
alembic Update pricing for gpt-5-nano and fix chat interface 2026-01-27 20:18:42 +00:00
app Fix stale previous_response_id error in OpenAI Responses API 2026-02-02 17:35:30 -06:00
scripts Fix test user authentication issues 2026-01-27 20:09:07 +00:00
tests Change Redis host port to 6399 to avoid port conflict 2026-02-02 17:03:55 -06:00
.env.example Change Redis host port to 6399 to avoid port conflict 2026-02-02 17:03:55 -06:00
alembic.ini Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
Dockerfile configured app to run on custom port with apache reverse proxy, wrote deploy.sh script 2026-02-02 16:56:48 -06:00
requirements-dev.txt Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
requirements.txt Add admin analytics and update OpenAI integration 2026-01-27 21:36:36 +00:00