Skip to content

Commit

Permalink
add vc
Browse files Browse the repository at this point in the history
  • Loading branch information
Saisakul Chernbumroong authored and Saisakul Chernbumroong committed Nov 15, 2024
1 parent e1c6200 commit 41ab927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbox-core/tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def tool_without_injected_state(query: str) -> dict[str, Any]:
assert not has_injected_state(tool_without_injected_state)


@pytest.mark.vcr()
@pytest.mark.parametrize("chain_params", TEST_CHAIN_PARAMETERS)
def test_search_documents_tool(
chain_params: dict,
Expand Down Expand Up @@ -213,6 +212,7 @@ def test_wikipedia_tool():
assert metadata.creator_type == ChunkCreatorType.wikipedia


@pytest.mark.vcr()
@pytest.mark.parametrize(
"is_filter, relevant_return, query, keyword",
[
Expand Down

0 comments on commit 41ab927

Please sign in to comment.