Skip to content

Commit 6f1ebfb

Browse files
committed
Update template
1 parent 121be65 commit 6f1ebfb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/llm_change_agent/templates/templates.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,17 @@ def get_issue_analyzer_template():
3737
Observation: the result of the action
3838
... (this Thought/Action/Action Input/Observation can repeat N times)
3939
Thought: I now know the final answer
40+
Action: return the final answer
41+
Action Input: the input to the action
42+
Observation: the result of the action
4043
Final Answer: the final answer to the original input question
4144
4245
Begin!
4346
4447
Question: {input}
4548
Thought:{agent_scratchpad}
49+
Action: return the final answer
50+
Action Input: the input to the action
4651
"""
4752
return PromptTemplate(
4853
input_variables=[

0 commit comments

Comments
 (0)