Skip to content

Commit 7286743

Browse files
committed
chore: schema
1 parent 38df83a commit 7286743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/agent-generate-template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"AgentGenerateTemplateResult": {
66
"type": "object",
77
"properties": {
8-
"genAiPlannerPath": {
8+
"genAiPlannerBundlePath": {
99
"type": "string"
1010
},
1111
"botTemplatePath": {
1212
"type": "string"
1313
}
1414
},
15-
"required": ["genAiPlannerPath", "botTemplatePath"],
15+
"required": ["genAiPlannerBundlePath", "botTemplatePath"],
1616
"additionalProperties": false
1717
}
1818
}

0 commit comments

Comments
 (0)