30 lines
698 B
JSON
30 lines
698 B
JSON
{
|
|
"name": "Payment",
|
|
"description": "Make payment when user wants 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": [
|
|
{
|
|
"serverid": "PizzaServer",
|
|
"disabled": false,
|
|
"functions": [
|
|
{
|
|
"Name": "make_payment"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"routingRules": [
|
|
{
|
|
"field": "order_number",
|
|
"description": "order number",
|
|
"type": "string",
|
|
"required": true,
|
|
"redirectTo": "b284db86-e9c2-4c25-a59e-4649797dd130"
|
|
}
|
|
]
|
|
} |