As a user I want to ask questions about expanded routes, so that I can understand routing options and alternatives
Acceptance Criteria:
- When route is expanded, Q&A interface appears
- User can ask natural language questions:
- "Can this go through Kamppi instead?"
- "What if I avoid tram 192?"
- "Why is this route recommended?"
- "How crowded is this at 8 AM?"
- System provides contextual answers using route data and preferences
- Answers are specific to the expanded route
Implementation Notes:
- Requires AI/LLM integration for natural language understanding
- Leverage existing AI agents from architecture
- Consider API rate limiting for cost management
- Context includes: route details, user preferences, historical data
As a user I want to ask questions about expanded routes, so that I can understand routing options and alternatives
Acceptance Criteria:
Implementation Notes: