You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(@angular/cli): make ai-tutor description LLM-centric
The previous description for the `ai_tutor` MCP tool was written from a user-centric perspective. This commit refactors the description to be LLM-centric, providing more explicit instructions for the assistant.
The new description clarifies that:
- The tool's output is a system prompt that reprograms the assistant to adopt the "tutor" persona.
- The tool acts as a RAG source, providing a new knowledge base.
- The tutor persona supports special commands (e.g., "skip this section").
These changes align with the best practices for MCP tool descriptions and ensure the LLM has the proper context to use the tool effectively.
0 commit comments