We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173f19b commit ef6247dCopy full SHA for ef6247d
1 file changed
deps/tools/interface.schema.json
@@ -698,7 +698,19 @@
698
}
699
},
700
"agent": {
701
- "$ref": "#/definitions/agentConfig"
+ "oneOf": [
702
+ {
703
+ "$ref": "#/definitions/agentConfig"
704
+ },
705
706
+ "type": "array",
707
+ "title": "代理配置数组",
708
+ "description": "多个子进程(AgentServer)的配置",
709
+ "items": {
710
711
+ }
712
713
+ ]
714
715
"task": {
716
"type": "array",
0 commit comments