Skip to content

Commit 84983da

Browse files
committed
Added hey ontobot prompt in the code.
1 parent 1de2f28 commit 84983da

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/llm_change_agent/utils/llm_utils.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,12 @@ def augment_prompt(prompt: str):
180180
return f"""
181181
Give me all relevant KGCL commands based on this request: \n\n
182182
+ {prompt} +
183-
\n\nReturn as a markdown list for GitHub.\n\n"""
183+
\n\nReturn as a markdown list for GitHub.\n\n
184+
The response should look like this:\n
185+
```markdown
186+
Hey ontobot!, apply:
187+
- `kgcl:command1`
188+
- `kgcl:command2`
189+
- ...
190+
```
191+
"""

0 commit comments

Comments
 (0)