Skip to content

Commit 40379a3

Browse files
chore(internal): update examples
1 parent 44d064d commit 40379a3

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

tests/api_resources/agents/test_query.py

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,7 @@ def test_method_create_with_all_params(self, client: ContextualAI) -> None:
4949
retrievals_only=True,
5050
conversation_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
5151
documents_filters={
52-
"filters": [
53-
{
54-
"field": "field1",
55-
"operator": "equals",
56-
"value": "value1",
57-
}
58-
],
52+
"filters": [],
5953
"operator": "AND",
6054
},
6155
llm_model_id="llm_model_id",
@@ -310,13 +304,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncContextual
310304
retrievals_only=True,
311305
conversation_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
312306
documents_filters={
313-
"filters": [
314-
{
315-
"field": "field1",
316-
"operator": "equals",
317-
"value": "value1",
318-
}
319-
],
307+
"filters": [],
320308
"operator": "AND",
321309
},
322310
llm_model_id="llm_model_id",

0 commit comments

Comments
 (0)