From 63343d1c61a47f3cee0fc6d94d51c057a137456e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 7 Nov 2024 07:53:48 -0500 Subject: [PATCH] Refactor EnhancedContextPlugin to simplify command list and remove unnecessary commands --- examples/enhanced_context.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/enhanced_context.py b/examples/enhanced_context.py index fd5fa7c..b1a961e 100644 --- a/examples/enhanced_context.py +++ b/examples/enhanced_context.py @@ -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))