diff --git a/outputs/reports/Anthropic_analysis_report.pdf b/outputs/reports/Anthropic_analysis_report.pdf new file mode 100644 index 0000000..67f7bd4 Binary files /dev/null and b/outputs/reports/Anthropic_analysis_report.pdf differ diff --git a/tests/test_swot_analysis.py b/tests/test_swot_analysis.py index 5ceed4f..5e28bab 100644 --- a/tests/test_swot_analysis.py +++ b/tests/test_swot_analysis.py @@ -6,7 +6,7 @@ def test_swot_analysis(): "wikipedia_summary": "OpenAI is an AI research lab." } agent = SWOTAnalysisAgent() - result = agent.analyze(data, "Tesla") + result = agent.analyze(data, "OpenAI") assert "Strengths:" in result assert "Weaknesses:" in result assert "Opportunities:" in result