Skip to content

Commit

Permalink
add cache files for using_autogen_with_motleycrew_ipynb integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
User committed Jun 14, 2024
1 parent 42e0d43 commit 58ea5b7
Show file tree
Hide file tree
Showing 27 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Using AutoGen with motleycrew.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@
"metadata": {},
"outputs": [],
"source": [
"final_result = chat_result"
"final_result = chat_result.summary"
]
},
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
""
2 changes: 1 addition & 1 deletion tests/run_integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"blog_with_images_ipynb": "examples/Blog with Images.ipynb",
"multi_step_research_agent_ipynb": "examples/Multi-step research agent.ipynb",
"math_via_python_code_with_a_single_agent_ipynb": "examples/Math via python code with a single agent.ipynb",
# "using_autogen_with_motleycrew_ipynb": "examples/Using AutoGen with motleycrew.ipynb"
"using_autogen_with_motleycrew_ipynb": "examples/Using AutoGen with motleycrew.ipynb"
}

MINIMAL_INTEGRATION_TESTS = {}
Expand Down

0 comments on commit 58ea5b7

Please sign in to comment.