diff --git a/tests/BotSharp.Plugin.PizzaBot/data/agents/c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd/functions/get_pizza_price.json b/tests/BotSharp.Plugin.PizzaBot/data/agents/c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd/functions/get_pizza_price.json index 1ecdbb65..e2eaac31 100644 --- a/tests/BotSharp.Plugin.PizzaBot/data/agents/c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd/functions/get_pizza_price.json +++ b/tests/BotSharp.Plugin.PizzaBot/data/agents/c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd/functions/get_pizza_price.json @@ -1,18 +1,18 @@ -//{ -// "name": "get_pizza_price", -// "description": "call this function to get the pizza price", -// "parameters": { -// "type": "object", -// "properties": { -// "pizza_type": { -// "type": "string", -// "description": "The pizza type." -// }, -// "quantity": { -// "type": "string", -// "description": "quantity of pizza." -// } -// }, -// "required": [ "pizza_type", "quantity" ] -// } -//} \ No newline at end of file +{ + "name": "get_pizza_price", + "description": "call this function to get the pizza price", + "parameters": { + "type": "object", + "properties": { + "pizza_type": { + "type": "string", + "description": "The pizza type." + }, + "quantity": { + "type": "string", + "description": "quantity of pizza." + } + }, + "required": [ "pizza_type", "quantity" ] + } +} \ No newline at end of file diff --git a/tests/BotSharp.Plugin.PizzaBot/data/agents/c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd/functions/place_an_order.json b/tests/BotSharp.Plugin.PizzaBot/data/agents/c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd/functions/place_an_order.json index a01f0005..d5514fba 100644 --- a/tests/BotSharp.Plugin.PizzaBot/data/agents/c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd/functions/place_an_order.json +++ b/tests/BotSharp.Plugin.PizzaBot/data/agents/c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd/functions/place_an_order.json @@ -1,22 +1,22 @@ -//{ -// "name": "place_an_order", -// "description": "Place an order when user has confirmed the pizza type and quantity.", -// "parameters": { -// "type": "object", -// "properties": { -// "pizza_type": { -// "type": "string", -// "description": "The pizza type." -// }, -// "quantity": { -// "type": "number", -// "description": "quantity of pizza." -// }, -// "unit_price": { -// "type": "number", -// "description": "unit price" -// } -// }, -// "required": [ "pizza_type", "quantity", "unit_price" ] -// } -//} \ No newline at end of file +{ + "name": "place_an_order", + "description": "Place an order when user has confirmed the pizza type and quantity.", + "parameters": { + "type": "object", + "properties": { + "pizza_type": { + "type": "string", + "description": "The pizza type." + }, + "quantity": { + "type": "number", + "description": "quantity of pizza." + }, + "unit_price": { + "type": "number", + "description": "unit price" + } + }, + "required": [ "pizza_type", "quantity", "unit_price" ] + } +} \ No newline at end of file diff --git a/tests/BotSharp.Plugin.PizzaBot/data/agents/fe8c60aa-b114-4ef3-93cb-a8efeac80f75/functions/make_payment.json b/tests/BotSharp.Plugin.PizzaBot/data/agents/fe8c60aa-b114-4ef3-93cb-a8efeac80f75/functions/make_payment.json index 914f215e..82782c94 100644 --- a/tests/BotSharp.Plugin.PizzaBot/data/agents/fe8c60aa-b114-4ef3-93cb-a8efeac80f75/functions/make_payment.json +++ b/tests/BotSharp.Plugin.PizzaBot/data/agents/fe8c60aa-b114-4ef3-93cb-a8efeac80f75/functions/make_payment.json @@ -1,18 +1,18 @@ -//{ -// "name": "make_payment", -// "description": "call this function to make payment", -// "parameters": { -// "type": "object", -// "properties": { -// "order_number": { -// "type": "string", -// "description": "order number." -// }, -// "total_amount": { -// "type": "string", -// "description": "total amount." -// } -// }, -// "required": [ "order_number", "total_amount" ] -// } -//} \ No newline at end of file +{ + "name": "make_payment", + "description": "call this function to make payment", + "parameters": { + "type": "object", + "properties": { + "order_number": { + "type": "string", + "description": "order number." + }, + "total_amount": { + "type": "string", + "description": "total amount." + } + }, + "required": [ "order_number", "total_amount" ] + } +} \ No newline at end of file