Open-TutorAi/open-tutor-ai-CE
ð€ First Issue: Enhance LLM Response Formatting
ãªãŒãã³
#22 opened on 2025/02/22
good first issue
Repository metrics
- Stars
-  (84 åã®ã¹ã¿ãŒ)
- PR merge metrics
- Â (PR metrics pending)
説æ
ð€ First Issue: Enhance LLM Response Formatting
Description
The AI tutor's responses need better formatting for readability, especially when explaining concepts, providing examples, or listing steps.
Suggested Improvements
- ð Markdown Support: Allow the AI to format responses with bold, italic, bullet points, and code blocks.
- ð Code Highlighting: If the tutor explains coding concepts, ensure proper syntax highlighting.
- ð Consistent Styling: Improve how different response types (definitions, examples, explanations) are displayed.
Getting Started
- Identify where LLM responses are displayed ( API response handler, etc.).
- Implement markdown parsing (e.g., using
marked.jsor another library). - Ensure code blocks and special formatting render correctly.
- Test and submit a PR with examples of formatted responses.
Tasks
- Implement markdown support in AI responses.
- Improve code syntax highlighting.
- Test response formatting.
- Submit a PR.
Priority
ð¢ Beginner-Friendly
Additional Notes
This issue is great for frontend or full-stack developers who want to improve LLM usability! ð