root b7c7bbfcb1 🔧 Fix Socratic teaching logic
- Fixed the critical issue where AI was giving direct answers instead of asking guiding questions
- Now when child answers 'no' or 'don't know', system calls /api/ask for Socratic guidance
- When child gives substantial answers, system calls /api/respond-to-answer for validation
- Applied fix to both chat mode and step-by-step mode
- Enhanced answer analysis to detect negative/unknown responses vs substantial answers
- Updated response handling to work with both guidance format and simple response format

This ensures the AI acts as a true Socratic teacher, guiding discovery rather than giving answers.
2025-06-30 11:32:19 +02:00
2025-06-29 12:35:20 +02:00
2025-06-30 11:32:19 +02:00
Description
No description provided
58 MiB
Languages
JavaScript 61.5%
TypeScript 14.9%
CSS 12.4%
HTML 7.7%
Shell 2.8%
Other 0.7%