File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
src/llm_change_agent/templates Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,12 @@ def get_issue_analyzer_template():
9
9
{input}
10
10
You are an semantic engineer. Based on the text you are given,
11
11
you will analyze it.
12
- The different categories along with their description are provided by the
13
- following LinkML schema:
14
- {schema}
15
- All that is expected of you is to form relevant KGCL commands in a list.
12
+
13
+ All that is expected of you is to form relevant KGCL commands in a list format.
16
14
You have the following tools at your disposal to help you with this task:
17
15
{tools}
18
- You also have the grammar in lark format: {grammar} along with an explanation of the grammar: {explanation}
19
- I want NO verbosity in your response. The final answer should be a list of commands.
16
+ You also have the KGCL grammar in lark format: {grammar} along with an explanation of the grammar: {explanation}
17
+ I want NO verbosity in your response. The final answer should consistently be a list of commands.
20
18
21
19
Use the following format:
22
20
@@ -41,7 +39,7 @@ def get_issue_analyzer_template():
41
39
"tools" ,
42
40
"tool_names" ,
43
41
"intermediate_steps" ,
44
- "schema" ,
42
+ # "schema",
45
43
"grammar" ,
46
44
"explanation" ,
47
45
],
You can’t perform that action at this time.
0 commit comments