gpt skill ergünzt
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"files": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": { "type": "string", "minLength": 1 },
|
||||
"content": { "type": "string" }
|
||||
},
|
||||
"required": ["path", "content"],
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"summary": { "type": "string" }
|
||||
},
|
||||
"required": ["files", "summary"],
|
||||
"additionalProperties": false
|
||||
}
|
||||
Reference in New Issue
Block a user