printing agent_copy

This commit is contained in:
Lorenze Jay
2025-01-27 15:16:37 -08:00
parent 42769e8b22
commit b92253bb13

View File

@@ -1638,7 +1638,10 @@ def test_agent_with_knowledge_sources_works_with_copy():
agent.knowledge_sources = [string_source]
# Actually call copy instead of mocking it
# agent_copy = agent.copy()
agent_copy = agent.copy()
print("agent_copy", agent_copy)
assert agent_copy.role == agent.role
# if agent.knowledge_sources and agent_copy.knowledge_sources:
# assert len(agent_copy.knowledge_sources) == len(agent.knowledge_sources)
# assert (