Skip to content

Commit

Permalink
line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
YoanSallami committed Oct 11, 2023
1 parent 127caf1 commit d3d800d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hybridagi/interpreter/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
Step 2: second reasoning step
Final Step: final answer
Decision Answer (must finish with {choice}): Let's think step by step to be sure we have the right answer."""
Decision Answer (must finish with {choice}): \
Let's think this out in a step by step way to be sure we have the right answer."""

DECISION_PROMPT = PromptTemplate(
input_variables = ["context", "purpose", "question", "choice"],
Expand Down

0 comments on commit d3d800d

Please sign in to comment.