Skip to content

Commit 6e9cb4f

Browse files
committed
Updated system prompt
1 parent b58b94a commit 6e9cb4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/llm_change_agent/utils/llm_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,5 +180,7 @@ 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 python list object which will be passed to another tool.\n\n
183+
\n\n
184+
Return as a python list object which will be passed to another tool.
185+
Each element of the list should be enlosed in double quotes.
184186
"""

0 commit comments

Comments
 (0)