You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/e2e/features/skills.feature
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ Feature: Agent skills tests
165
165
"server_source": "builtin",
166
166
"type": "tool_group"
167
167
}
168
-
],
168
+
]
169
169
}
170
170
"""
171
171
@@ -411,7 +411,6 @@ Feature: Agent skills tests
411
411
{
412
412
"status": "failure",
413
413
"type": "function_call_output"
414
-
"round": 1
415
414
}
416
415
]
417
416
"""
@@ -446,7 +445,6 @@ Feature: Agent skills tests
446
445
{
447
446
"status": "failure",
448
447
"type": "function_call_output"
449
-
"round": 1
450
448
}
451
449
]
452
450
"""
@@ -598,7 +596,7 @@ Feature: Agent skills tests
598
596
[
599
597
{
600
598
"name": "list_skills",
601
-
"type": "function_call",
599
+
"type": "function_call"
602
600
}
603
601
]
604
602
"""
@@ -629,7 +627,7 @@ Feature: Agent skills tests
629
627
[
630
628
{
631
629
"name": "list_skills",
632
-
"type": "function_call",
630
+
"type": "function_call"
633
631
}
634
632
]
635
633
"""
@@ -661,7 +659,7 @@ Feature: Agent skills tests
661
659
[
662
660
{
663
661
"name": "list_skills",
664
-
"type": "function_call",
662
+
"type": "function_call"
665
663
},
666
664
{
667
665
"name": "load_skill",
@@ -685,7 +683,7 @@ Feature: Agent skills tests
685
683
[
686
684
{
687
685
"status": "success",
688
-
"content": "{\"echo\":\"Echo back the user's input exactly as provided. Use when a user asks to echo, repeat, or mirror text.\",\"summarize\":\"Summarize text into a concise single-sentence overview. Use when a user asks to summarize, condense, or shorten text.\"}",
686
+
"content": "{\"echo\":\"Echo back the user's input exactly as provided. Use when a user asks to echo, repeat, or mirror text.\"}",
689
687
"type": "function_call_output",
690
688
"round": 1
691
689
},
@@ -722,7 +720,7 @@ Feature: Agent skills tests
722
720
[
723
721
{
724
722
"name": "list_skills",
725
-
"type": "function_call",
723
+
"type": "function_call"
726
724
},
727
725
{
728
726
"name": "load_skill",
@@ -746,7 +744,7 @@ Feature: Agent skills tests
746
744
[
747
745
{
748
746
"status": "success",
749
-
"content": "{\"echo\":\"Echo back the user's input exactly as provided. Use when a user asks to echo, repeat, or mirror text.\",\"summarize\":\"Summarize text into a concise single-sentence overview. Use when a user asks to summarize, condense, or shorten text.\"}",
747
+
"content": "{\"echo\":\"Echo back the user's input exactly as provided. Use when a user asks to echo, repeat, or mirror text.\"}",
0 commit comments