BUG:AI Assistant returns irrelevant responses for installation and feature-related queries
#675 opened on Jun 2, 2026
Repository metrics
- Stars
- (114 stars)
- PR merge metrics
- (PR metrics pending)
Description
Preliminary Check
- I have searched the existing issues
- This issue is reproducible
Bug Summary
🐞 Describe the Bug The GlassyUI Assistant frequently returns responses that are unrelated to the user's query. Installation, framework-specific, and feature-related questions receive generic or incorrect answers from unrelated knowledge categories.
🔍 Steps to Reproduce Open the GlassyUI Assistant. Ask a question such as:
- "How do I install GlassyUI with Next.js?"
- "Can I use GlassyUI without Tailwind CSS?"
- "Can I export components to Figma?"
Observe the assistant's response. ✅ Expected vs 🚫 Actual Behavior Expected: The assistant should provide information directly related to the user's question.
Examples:
- Next.js installation steps for GlassyUI.
- Tailwind CSS requirements.
- Figma export support information.
Actual: The assistant returns unrelated responses, such as:
- Generic component descriptions.
- Project background information.
- Lists of available components.
The returned answer often does not address the user's question.
📸 Evidence
- Screenshots attached
- Console errors
- Network logs
💻 Environment
- Device: Windows PC
- OS: Windows 11
- Browser: Chrome
📦 Additional Context
- The issue occurs consistently across multiple queries.
- Different questions often return the same or unrelated responses.
Steps to Reproduce
Question asked from my side :-
- you tell where should i begin with ? 2)How do I install GlassyUI with Next.js? 3)Are there any peer dependencies? 4)Can I use GlassyUI without Tailwind CSS? 5)Show me a complete installation guide. 6)What glassmorphism components are available? 7)What components are currently under development? 8)Can I export components to Figma?
Expected Behavior
✅ Expected Behavior
The GlassyUI Assistant should analyze the user's query and provide a relevant, context-aware response.
Examples:
- Questions about installation should return installation instructions.
- Framework-specific questions (e.g., Next.js) should return framework-specific guidance.
- Questions about features (e.g., Figma export support) should return accurate information about feature availability.
- The assistant should not return generic or unrelated responses from different knowledge categories.
Screenshots/Logs
Additional Information
- I agree to follow this project's Code of Conduct
- I'm a GSSOC'24 contributor
- I want to work on this issue
- I can provide more details if needed