Skip to content

Commit e5f1df9

Browse files
authored
Merge pull request #984 from iceljc/master
fix json
2 parents ec636d9 + 643713b commit e5f1df9

File tree

2 files changed

+9
-7
lines changed
  • tests/BotSharp.Plugin.PizzaBot/data/agents

2 files changed

+9
-7
lines changed

tests/BotSharp.Plugin.PizzaBot/data/agents/c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd/agent.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77
"disabled": false,
88
"isPublic": true,
99
"profiles": [ "pizza" ],
10-
"mcptools": [
10+
"mcpTools": [
1111
{
12-
"serverid": "PizzaServer",
12+
"name": "PizzaServer",
13+
"server_id": "PizzaServer",
1314
"disabled": false,
1415
"functions": [
1516
{
16-
"Name": "get_pizza_price"
17+
"name": "get_pizza_price"
1718
},
1819
{
19-
"Name": "place_an_order"
20+
"name": "place_an_order"
2021
}
2122
]
2223
}

tests/BotSharp.Plugin.PizzaBot/data/agents/fe8c60aa-b114-4ef3-93cb-a8efeac80f75/agent.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
"disabled": false,
88
"isPublic": true,
99
"profiles": [ "pizza" ],
10-
"mcptools": [
10+
"mcpTools": [
1111
{
12-
"serverid": "PizzaServer",
12+
"name": "PizzaServer",
13+
"server_id": "PizzaServer",
1314
"disabled": false,
1415
"functions": [
1516
{
16-
"Name": "make_payment"
17+
"name": "make_payment"
1718
}
1819
]
1920
}

0 commit comments

Comments
 (0)