Skip to content

Commit

Permalink
Update test/agentchat/contrib/test_agent_builder.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chi Wang <[email protected]>
  • Loading branch information
rysweet and sonichi authored Oct 12, 2024
1 parent f1db164 commit 597319c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/agentchat/contrib/test_agent_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_build():
assert len(agent_config["agent_configs"]) <= builder.max_agents


@pytest.mark.skipif(skip_openai, reason=reason + "OR dependency not installed")
@pytest.mark.skipif(skip_openai or skip, reason=reason + "OR dependency not installed")
def test_build_assistant_with_function_calling():
list_of_functions = [
{
Expand Down

0 comments on commit 597319c

Please sign in to comment.