adjust shell command prompt

This commit is contained in:
Hayden Johnson 2025-04-08 13:22:27 -07:00
parent 70c129a448
commit 2237293e16

View file

@ -287,7 +287,11 @@ def arg_follow_up(args):
return second_input return second_input
def arg_shell(args): 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: if args.shell != True:
query += args.shell query += args.shell
else: else: