mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
fix test
This commit is contained in:
@@ -1624,7 +1624,6 @@ def test_agent_with_knowledge_sources_context():
|
|||||||
role="Information Agent",
|
role="Information Agent",
|
||||||
goal="Provide information based on knowledge sources",
|
goal="Provide information based on knowledge sources",
|
||||||
backstory="You have access to specific knowledge sources.",
|
backstory="You have access to specific knowledge sources.",
|
||||||
llm=LLM(model="gpt-4o-mini"),
|
|
||||||
knowledge_sources=[string_source],
|
knowledge_sources=[string_source],
|
||||||
)
|
)
|
||||||
assert isinstance(agent.knowledge_sources, list)
|
assert isinstance(agent.knowledge_sources, list)
|
||||||
|
|||||||
Reference in New Issue
Block a user