Skip to content

[WIP] Create conversational chat UI with response refinement#22

Merged
kevinmastascusa merged 1 commit intomainfrom
copilot/fix-20
Jul 20, 2025
Merged

[WIP] Create conversational chat UI with response refinement#22
kevinmastascusa merged 1 commit intomainfrom
copilot/fix-20

Conversation

Copy link
Contributor

Copilot AI commented Jul 20, 2025

  • Explore existing codebase structure and functionality
  • Understand current Flask app with single-query interface
  • Identify vector search system with FAISS and LLM integration
  • Install dependencies and identify HuggingFace token issue
  • Fix LLM initialization to work without token for TinyLlama
  • Test current system functionality
  • Implement conversation session management
  • Create conversational chat UI interface
  • Add conversation history display
  • Implement context-aware query processing
  • Add response refinement capabilities
  • Test full conversational workflow
  • Take screenshots of UI changes

Implementing a conversational chat UI with response refinement for the LLM-Based Curriculum Recommendation Tool. The system will support iterative dialogue, conversation history, and context-aware interactions.

Fixes #20.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@kevinmastascusa kevinmastascusa added the enhancement New feature or request label Jul 20, 2025
@kevinmastascusa kevinmastascusa marked this pull request as ready for review July 20, 2025 18:56
@kevinmastascusa kevinmastascusa merged commit c7cd3a2 into main Jul 20, 2025
2 of 3 checks passed
@kevinmastascusa kevinmastascusa deleted the copilot/fix-20 branch July 20, 2025 19:01
Copilot AI restored the copilot/fix-20 branch July 20, 2025 19:01
@kevinmastascusa kevinmastascusa deleted the copilot/fix-20 branch July 20, 2025 19:02
Copilot AI requested a review from kevinmastascusa July 20, 2025 19:04
kevinmastascusa added a commit that referenced this pull request Aug 13, 2025
[WIP] Create conversational chat UI with response refinement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create conversational chat UI with response refinement

2 participants