Update casettes

This commit is contained in:
Brandon Hancock
2024-12-12 14:03:26 -05:00
parent de96f56c95
commit c8749dd48e
2 changed files with 313 additions and 1 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