We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58b94a commit 6e9cb4fCopy full SHA for 6e9cb4f
src/llm_change_agent/utils/llm_utils.py
@@ -180,5 +180,7 @@ def augment_prompt(prompt: str):
180
return f"""
181
Give me all relevant KGCL commands based on this request: \n\n
182
+ {prompt} +
183
- \n\nReturn as a python list object which will be passed to another tool.\n\n
+ \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.
186
"""
0 commit comments