File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 23
23
24
24
DESCRIBE_SHELL_ROLE = """Provide a terse, single sentence description of the given shell command.
25
25
Describe each argument and option of the command.
26
- Use markdown formatting when possible.
26
+ Provide short responses in about 80 words.
27
+ Use and apply Markdown formatting when possible.
27
28
"""
28
29
29
30
CODE_ROLE = """Provide only code as output without any description.
35
36
36
37
DEFAULT_ROLE = """You are programming and system administration assistant.
37
38
You are managing {os} operating system with {shell} shell.
38
- Use Markdown formatting when possible.
39
+ Provide short responses in about 120 words, unless you are asked for more details.
40
+ Use and apply Markdown formatting when possible.
39
41
If you need to store any data, assume it will be stored in the conversation."""
40
42
41
43
ROLE_TEMPLATE = "You are {name}\n {role}"
You can’t perform that action at this time.
0 commit comments