AI 에이전트 개발 프로젝트 - Week 2-2

1 Open Issue Need Help Last updated: Jun 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug and fix a `KeyError` occurring in the root endpoint (`/`) of a FastAPI backend for an online shopping price comparison AI agent. The error arises from referencing a nonexistent key in a dictionary within the `root()` function of `backend/main.py`. The fix involves identifying and correcting the incorrect key reference to return the appropriate data.

Complexity: 3/5
bug good first issue backend api high priority testing priority/medium status/triage first-time-contributor

AI 에이전트 개발 프로젝트 - Week 2-2

Python