File tree 1 file changed +9
-5
lines changed
src/instructlab/schema/v3
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 76
76
"description" : " The knowledge documents." ,
77
77
"type" : " object" ,
78
78
"required" : [
79
- " repo" ,
80
- " commit" ,
81
79
" patterns"
82
80
],
83
81
"unevaluatedProperties" : false ,
84
82
"properties" : {
85
83
"repo" : {
86
84
"description" : " The URL to a Git repository holding the knowledge documents." ,
87
85
"type" : " string" ,
88
- "minLength" : 1 ,
89
86
"examples" : [
90
87
" https://github.com/instructlab/instructlab.git"
91
88
]
92
89
},
93
90
"commit" : {
94
91
"description" : " The commit in the Git repository containing the knowledge documents." ,
95
92
"type" : " string" ,
96
- "minLength" : 1 ,
97
93
"examples" : [
98
94
" 951999afdc59c46d325493568193b40bd5439c9e"
99
95
]
100
96
},
97
+ "folder" : {
98
+ "description" : " The absolute path to documents in the local server." ,
99
+ "type" : " string" ,
100
+ "minLength" : 1 ,
101
+ "examples" : [
102
+ " /home/user/docs/"
103
+ ]
104
+ },
101
105
"patterns" : {
102
106
"description" : " An array of glob patterns of the knowledge documents in the Git repository." ,
103
107
"type" : " array" ,
124
128
]
125
129
}
126
130
}
127
- }
131
+ }
You can’t perform that action at this time.
0 commit comments