Update tests/test_builder.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Anish Agrawal
2026-04-12 12:25:56 +05:30
committed by GitHub
parent 5736b3b684
commit c277b19ee8

View File

@@ -29,8 +29,7 @@ class TestPromptBuilder:
result = builder.build(messages)
assert len(result) == 2
assert "pirate" in result[0].content
builder = PromptBuilder(config=PromptConfig(system_template="You are a pirate."))
def test_build_with_tools(self):
messages = [Message(role=Role.USER, content="Search for something")]
tools = [