Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzejay committed Nov 27, 2024
1 parent 24d2d9c commit 87e9a0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/agent_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,6 @@ def test_agent_with_knowledge_sources_context():
role="Information Agent",
goal="Provide information based on knowledge sources",
backstory="You have access to specific knowledge sources.",
llm=LLM(model="gpt-4o-mini"),
knowledge_sources=[string_source],
)
assert isinstance(agent.knowledge_sources, list)
Expand Down

0 comments on commit 87e9a0c

Please sign in to comment.