From 2237293e16dbc34a369c532e16e831e9587c6002 Mon Sep 17 00:00:00 2001 From: Hayden Johnson Date: Tue, 8 Apr 2025 13:22:27 -0700 Subject: [PATCH] adjust shell command prompt --- assistant.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assistant.py b/assistant.py index fc9dafd..8efedba 100755 --- a/assistant.py +++ b/assistant.py @@ -287,7 +287,11 @@ def arg_follow_up(args): return second_input def arg_shell(args): - query = 'Form a shell command based on the following description. Only output a working shell command .\nDescription: ' + query = ''' + Form a shell command based on the following description. Only output a working shell command. Format the command like this: `command` + + Description: + ''' if args.shell != True: query += args.shell else: