Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
edbeeching committed Jan 16, 2025
1 parent c777ef7 commit b9affa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ def test_tool_descriptions_get_baked_in_system_prompt(self):
agent = CodeAgent(tools=[tool], model=fake_code_model)
agent.run("Empty task")
assert tool.name in agent.system_prompt
assert tool.description in agent.system_prompt
assert tool.description in agent.system_prompt

def test_module_imports_get_baked_in_system_prompt(self):
agent = CodeAgent(tools=[], model=fake_code_model)
agent.run("Empty task")
Expand Down

0 comments on commit b9affa9

Please sign in to comment.