add back in vcr

This commit is contained in:
Brandon Hancock
2024-12-12 14:19:43 -05:00
parent 476d7433f9
commit 2162af1e27
2 changed files with 27 additions and 27 deletions

View File

@@ -1592,7 +1592,7 @@ def test_agent_execute_task_with_ollama():
assert "AI" in result or "artificial intelligence" in result.lower()
# @pytest.mark.vcr(filter_headers=["authorization"])
@pytest.mark.vcr(filter_headers=["authorization"])
def test_agent_with_knowledge_sources():
# Create a knowledge source with some content
content = "Brandon's favorite color is red and he likes Mexican food."

File diff suppressed because one or more lines are too long