Skip to content

Commit 9fb5002

Browse files
committed
fix
1 parent fe7754f commit 9fb5002

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

tests/e2e/features/skills.feature

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Feature: Agent skills tests
165165
"server_source": "builtin",
166166
"type": "tool_group"
167167
}
168-
],
168+
]
169169
}
170170
"""
171171

@@ -411,7 +411,6 @@ Feature: Agent skills tests
411411
{
412412
"status": "failure",
413413
"type": "function_call_output"
414-
"round": 1
415414
}
416415
]
417416
"""
@@ -446,7 +445,6 @@ Feature: Agent skills tests
446445
{
447446
"status": "failure",
448447
"type": "function_call_output"
449-
"round": 1
450448
}
451449
]
452450
"""
@@ -598,7 +596,7 @@ Feature: Agent skills tests
598596
[
599597
{
600598
"name": "list_skills",
601-
"type": "function_call",
599+
"type": "function_call"
602600
}
603601
]
604602
"""
@@ -629,7 +627,7 @@ Feature: Agent skills tests
629627
[
630628
{
631629
"name": "list_skills",
632-
"type": "function_call",
630+
"type": "function_call"
633631
}
634632
]
635633
"""
@@ -661,7 +659,7 @@ Feature: Agent skills tests
661659
[
662660
{
663661
"name": "list_skills",
664-
"type": "function_call",
662+
"type": "function_call"
665663
},
666664
{
667665
"name": "load_skill",
@@ -685,7 +683,7 @@ Feature: Agent skills tests
685683
[
686684
{
687685
"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.\"}",
689687
"type": "function_call_output",
690688
"round": 1
691689
},
@@ -722,7 +720,7 @@ Feature: Agent skills tests
722720
[
723721
{
724722
"name": "list_skills",
725-
"type": "function_call",
723+
"type": "function_call"
726724
},
727725
{
728726
"name": "load_skill",
@@ -746,7 +744,7 @@ Feature: Agent skills tests
746744
[
747745
{
748746
"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.\"}",
750748
"type": "function_call_output",
751749
"round": 1
752750
},

0 commit comments

Comments
 (0)