ayaanagarwal10/school-ai-chatbot ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple school chatbot web app in Python that lets students ask questions and get answers from school related information.
I want a clean chat page where a user can type a question, see the conversation, and get a helpful response based on uploaded school documents or content in a data folder. If the bot does not know something, it should say so instead of making things up. Include a basic way to ingest source files, index them, and use retrieval so answers come from the school material.
Make it easy to run locally, with a straightforward configuration file, a main app entry point, and separate logic for the chatbot, document retrieval, and ingestion. Use simple templates and static styling so it looks polished enough for a school demo.
If you need to check current docs or best practices for any library, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit