File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ Feature: Inline RAG (BYOK) support tests
2222 }
2323 """
2424
25- @flaky
2625 Scenario : Query with inline RAG returns relevant content
2726 When I use "query" to ask question with authorization header
2827 """
@@ -34,7 +33,6 @@ Feature: Inline RAG (BYOK) support tests
3433 | great work |
3534 And The response contains non-empty rag_chunks
3635
37- @flaky
3836 Scenario : Inline RAG query includes referenced documents
3937 When I use "query" to ask question with authorization header
4038 """
@@ -43,7 +41,6 @@ Feature: Inline RAG (BYOK) support tests
4341 Then The status code of the response is 200
4442 And The response contains non-empty referenced_documents
4543
46- @flaky
4744 Scenario : Streaming query with inline RAG returns relevant content
4845 When I use "streaming_query" to ask question with authorization header
4946 """
@@ -55,7 +52,6 @@ Feature: Inline RAG (BYOK) support tests
5552 | Fragments in LLM response |
5653 | great work |
5754
58- @flaky
5955 Scenario : Responses API with inline RAG returns relevant content
6056 When I use "responses" to ask question with authorization header
6157 """
@@ -66,7 +62,6 @@ Feature: Inline RAG (BYOK) support tests
6662 | Fragments in LLM response |
6763 | great work |
6864
69- @flaky
7065 Scenario : Streaming Responses API with inline RAG returns relevant content
7166 When I use "responses" to ask question with authorization header
7267 """
You can’t perform that action at this time.
0 commit comments