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,6 +22,7 @@ Feature: Inline RAG (BYOK) support tests
2222 }
2323 """
2424
25+ @flaky
2526 Scenario : Query with inline RAG returns relevant content
2627 When I use "query" to ask question with authorization header
2728 """
@@ -33,6 +34,7 @@ Feature: Inline RAG (BYOK) support tests
3334 | great work |
3435 And The response contains non-empty rag_chunks
3536
37+ @flaky
3638 Scenario : Inline RAG query includes referenced documents
3739 When I use "query" to ask question with authorization header
3840 """
@@ -41,6 +43,7 @@ Feature: Inline RAG (BYOK) support tests
4143 Then The status code of the response is 200
4244 And The response contains non-empty referenced_documents
4345
46+ @flaky
4447 Scenario : Streaming query with inline RAG returns relevant content
4548 When I use "streaming_query" to ask question with authorization header
4649 """
@@ -52,6 +55,7 @@ Feature: Inline RAG (BYOK) support tests
5255 | Fragments in LLM response |
5356 | great work |
5457
58+ @flaky
5559 Scenario : Responses API with inline RAG returns relevant content
5660 When I use "responses" to ask question with authorization header
5761 """
@@ -62,6 +66,7 @@ Feature: Inline RAG (BYOK) support tests
6266 | Fragments in LLM response |
6367 | great work |
6468
69+ @flaky
6570 Scenario : Streaming Responses API with inline RAG returns relevant content
6671 When I use "responses" to ask question with authorization header
6772 """
You can’t perform that action at this time.
0 commit comments