BotSharp/tests/BotSharp.Plugin.PizzaBot/data/agents/c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd/agent.json
2025-04-02 00:59:53 -05:00

26 lines
640 B
JSON

{
"name": "Ordering",
"description": "Provide types of pizza available, pizza unit price, total cost and place the order.",
"createdDateTime": "2023-07-26T02:29:25.123224Z",
"updatedDateTime": "2023-07-26T02:29:25.123274Z",
"id": "c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd",
"disabled": false,
"isPublic": true,
"profiles": [ "pizza" ],
"mcpTools": [
{
"name": "PizzaServer",
"server_id": "PizzaServer",
"disabled": false,
"functions": [
{
"name": "get_pizza_price"
},
{
"name": "place_an_order"
}
]
}
],
"labels": [ "experiment" ]
}