Refactor EnhancedContextPlugin to simplify command list and remove unnecessary commands

This commit is contained in:
2024-11-07 07:53:48 -05:00
parent ece056a5e0
commit 63343d1c61
+1 -6
View File
@@ -741,12 +741,7 @@ def main():
Type 'quit' to exit.
Commands:
- `/summary`: Show a summary of recent conversation topics
- `/topics`: Show detailed list of all conversation topics
- `/essence`: Show user characteristics and preferences
- `/perspectives`: Show LLM perspectives on the conversation
- `/copy`: Copy last assistant response to clipboard
- `/paste`: Paste clipboard content as user message
- `/`: See a list of commands.
"""
console.print(Markdown(md))