Skip to content

Commit

Permalink
fix test due to moving tool_strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Liu authored and Jason Liu committed Jan 29, 2023
1 parent 9d197cf commit 6506bb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/unit_tests/agents/test_mrkl.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ def test_from_chains() -> None:
expected_template = "\n\n".join(
[
PREFIX,
expected_tools_prompt,
FORMAT_INSTRUCTIONS.format(tool_names=expected_tool_names),
FORMAT_INSTRUCTIONS.format(
tool_strings=expected_tools_prompt, tool_names=expected_tool_names
),
SUFFIX,
]
)
Expand Down

0 comments on commit 6506bb0

Please sign in to comment.