Skip to content

Commit fc8b5ec

Browse files
are-cesclaude
andcommitted
LCORE-1422: Fix streaming Responses API inline RAG test parser
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 17481f2 commit fc8b5ec

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/e2e/features/inline_rag.feature

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,4 @@ Feature: Inline RAG (BYOK) support tests
6666
{"input": "What is the title of the article from Paul?", "model": "{PROVIDER}/{MODEL}", "stream": true, "instructions": "You are an assistant. Write only lowercase letters"}
6767
"""
6868
Then The status code of the response is 200
69-
And I wait for the response to be completed
70-
And The streamed response should contain following fragments
71-
| Fragments in LLM response |
72-
| great work |
69+
And The body of the response contains great work

0 commit comments

Comments
 (0)