BotSharp/tests/BotSharp.Plugin.PizzaBot/data/agents/fe8c60aa-b114-4ef3-93cb-a8efeac80f75/agent.json
2025-04-02 00:59:53 -05:00

32 lines
782 B
JSON

{
"name": "Payment",
"description": "Make payment when user confirmed the price and going to pay for the order",
"createdDateTime": "2023-07-26T02:29:25.123224Z",
"updatedDateTime": "2023-07-26T02:29:25.123274Z",
"id": "fe8c60aa-b114-4ef3-93cb-a8efeac80f75",
"disabled": false,
"isPublic": true,
"profiles": [ "pizza" ],
"mcpTools": [
{
"name": "PizzaServer",
"server_id": "PizzaServer",
"disabled": false,
"functions": [
{
"name": "make_payment"
}
]
}
],
"labels": [ "experiment" ],
"routingRules": [
{
"field": "order_number",
"description": "order number",
"type": "string",
"required": true,
"redirectTo": "b284db86-e9c2-4c25-a59e-4649797dd130"
}
]
}