feat(removed): sub_section_writer

- Its bad and not needed.
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-10-27 20:30:10 -07:00
parent 5ac6ebf199
commit 81ddc81026
57 changed files with 2213 additions and 4023 deletions

View file

@ -201,7 +201,7 @@ def validate_research_mode(research_mode: Any) -> str:
if not normalized_mode:
raise HTTPException(status_code=400, detail="research_mode cannot be empty")
valid_modes = ["REPORT_GENERAL", "REPORT_DEEP", "REPORT_DEEPER", "QNA"]
valid_modes = ["QNA"]
if normalized_mode not in valid_modes:
raise HTTPException(
status_code=400,