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: