Skip to content

Commit 8426a21

Browse files
committed
update snapshots
1 parent 9f04690 commit 8426a21

File tree

4 files changed

+8
-4
lines changed
  • tests/snapshots/test_app

4 files changed

+8
-4
lines changed

tests/snapshots/test_app/test_ask_rtr_text_agent/agent_client0/result.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"props": {
1919
"filter": null,
2020
"max_docs_for_reranker": 500,
21-
"reranker_threshold": 0
21+
"reranker_threshold": 0,
22+
"results_merge_strategy": "interleaved"
2223
},
2324
"title": "Use agentic retrieval"
2425
},

tests/snapshots/test_app/test_ask_rtr_text_agent_filter/agent_auth_client0/result.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"props": {
1919
"filter": "category ne 'excluded' and (oids/any(g:search.in(g, 'OID_X')) or groups/any(g:search.in(g, 'GROUP_Y, GROUP_Z')))",
2020
"max_docs_for_reranker": 500,
21-
"reranker_threshold": 0
21+
"reranker_threshold": 0,
22+
"results_merge_strategy": "interleaved"
2223
},
2324
"title": "Use agentic retrieval"
2425
},

tests/snapshots/test_app/test_chat_text_agent/agent_client0/result.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"props": {
1919
"filter": null,
2020
"max_docs_for_reranker": 500,
21-
"reranker_threshold": 0
21+
"reranker_threshold": 0,
22+
"results_merge_strategy": "interleaved"
2223
},
2324
"title": "Use agentic retrieval"
2425
},

tests/snapshots/test_app/test_chat_text_filter_agent/agent_auth_client0/result.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"props": {
1919
"filter": "category ne 'excluded' and (oids/any(g:search.in(g, 'OID_X')) or groups/any(g:search.in(g, 'GROUP_Y, GROUP_Z')))",
2020
"max_docs_for_reranker": 500,
21-
"reranker_threshold": 0
21+
"reranker_threshold": 0,
22+
"results_merge_strategy": "interleaved"
2223
},
2324
"title": "Use agentic retrieval"
2425
},

0 commit comments

Comments
 (0)