@@ -215,7 +215,6 @@ Feature: Agent skills tests
215215 """
216216 When I wait for the response to be completed
217217 Then The status code of the response is 200
218- And The response is the last streamed fragment
219218 And The body of the "tool_calls" field of the response is the following
220219 """
221220 [
@@ -284,7 +283,6 @@ Feature: Agent skills tests
284283 """
285284 When I wait for the response to be completed
286285 Then The status code of the response is 200
287- And The response is the last streamed fragment
288286 And The body of the "tool_calls" field of the response is the following
289287 """
290288 [
@@ -358,7 +356,6 @@ Feature: Agent skills tests
358356 """
359357 When I wait for the response to be completed
360358 Then The status code of the response is 200
361- And The response is the last streamed fragment
362359 And The body of the "tool_calls" field of the response is the following
363360 """
364361 [
@@ -428,7 +425,6 @@ Feature: Agent skills tests
428425 """
429426 When I wait for the response to be completed
430427 Then The status code of the response is 200
431- And The response is the last streamed fragment
432428 And The body of the "tool_calls" field of the response is the following
433429 """
434430 [
@@ -494,7 +490,6 @@ Feature: Agent skills tests
494490 """
495491 When I wait for the response to be completed
496492 Then The status code of the response is 200
497- And The response is the last streamed fragment
498493 And The body of the "tool_calls" field of the response is the following
499494 """
500495 [
@@ -623,7 +618,6 @@ Feature: Agent skills tests
623618 """
624619 When I wait for the response to be completed
625620 Then The status code of the response is 200
626- And The response is the last streamed fragment
627621 And The body of the "tool_calls" field of the response is the following
628622 """
629623 [
@@ -716,7 +710,6 @@ Feature: Agent skills tests
716710 """
717711 When I wait for the response to be completed
718712 Then The status code of the response is 200
719- And The response is the last streamed fragment
720713 And The body of the "tool_calls" field of the response is the following
721714 """
722715 [
0 commit comments