decomposer: scaffold crucible-agent-build-source-connectors (tool)
This commit is contained in:
25
input.schema.json
Normal file
25
input.schema.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"properties": {
|
||||
"downstream_requirements": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"goal": {
|
||||
"type": "string"
|
||||
},
|
||||
"source_types": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"goal",
|
||||
"source_types",
|
||||
"downstream_requirements"
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user