feat: ability to manage sub recipes in desktop ui (#6360)

Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
Signed-off-by: Abhijay Jain <Abhijay007j@gmail.com>
This commit is contained in:
Abhijay Jain
2026-03-23 21:04:58 +05:30
committed by GitHub
parent 59c74e1b7d
commit 79f539f8af
15 changed files with 1079 additions and 16 deletions
+9 -1
View File
@@ -7562,9 +7562,17 @@
"SaveRecipeResponse": {
"type": "object",
"required": [
"id"
"id",
"file_name",
"file_path"
],
"properties": {
"file_name": {
"type": "string"
},
"file_path": {
"type": "string"
},
"id": {
"type": "string"
}