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 121be65 commit 6f1ebfbCopy full SHA for 6f1ebfb
src/llm_change_agent/templates/templates.py
@@ -37,12 +37,17 @@ def get_issue_analyzer_template():
37
Observation: the result of the action
38
... (this Thought/Action/Action Input/Observation can repeat N times)
39
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
43
Final Answer: the final answer to the original input question
44
45
Begin!
46
47
Question: {input}
48
Thought:{agent_scratchpad}
49
50
51
"""
52
return PromptTemplate(
53
input_variables=[
0 commit comments