@@ -16,8 +16,6 @@ Feature: Responses endpoint API tests
1616 Then The status code of the response is 200
1717 And The body of the response contains hello
1818
19- # https://redhat.atlassian.net/browse/LCORE-1583
20- @skip
2119 Scenario : Responses accepts passthrough parameters with valid types
2220 Given The system is in default state
2321 And I set the Authorization header to Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6Ikpva
@@ -28,8 +26,6 @@ Feature: Responses endpoint API tests
2826 "model": "{PROVIDER}/{MODEL}",
2927 "stream": false,
3028 "instructions": "You are a helpful assistant.",
31- "prompt": {"id": "e2e_responses_passthrough_prompt"},
32- "reasoning": {"effort": "low"},
3329 "safety_identifier": "e2e-responses-passthrough",
3430 "text": {"format": {"type": "text"}},
3531 "tool_choice": "auto",
@@ -51,8 +47,6 @@ Feature: Responses endpoint API tests
5147 "status": "completed",
5248 "model": "{PROVIDER}/{MODEL}",
5349 "instructions": "You are a helpful assistant.",
54- "prompt": {"id": "e2e_responses_passthrough_prompt"},
55- "reasoning": {"effort": "low"},
5650 "safety_identifier": "e2e-responses-passthrough",
5751 "text": {"format": {"type": "text"}},
5852 "tool_choice": "auto",
0 commit comments