Skip to content

Commit 12e84b8

Browse files
committed
Trimmed template and linkml schema not needed
1 parent 98fa2ac commit 12e84b8

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/llm_change_agent/templates/templates.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ def get_issue_analyzer_template():
99
{input}
1010
You are an semantic engineer. Based on the text you are given,
1111
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.
1614
You have the following tools at your disposal to help you with this task:
1715
{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.
2018
2119
Use the following format:
2220
@@ -41,7 +39,7 @@ def get_issue_analyzer_template():
4139
"tools",
4240
"tool_names",
4341
"intermediate_steps",
44-
"schema",
42+
# "schema",
4543
"grammar",
4644
"explanation",
4745
],

0 commit comments

Comments
 (0)