This repository was archived by the owner on Sep 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
src/instructlab/schema/v3 Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 7676 "description" : " The knowledge documents." ,
7777 "type" : " object" ,
7878 "required" : [
79- " repo" ,
80- " commit" ,
8179 " patterns"
8280 ],
8381 "unevaluatedProperties" : false ,
8482 "properties" : {
8583 "repo" : {
8684 "description" : " The URL to a Git repository holding the knowledge documents." ,
8785 "type" : " string" ,
88- "minLength" : 1 ,
8986 "examples" : [
9087 " https://github.com/instructlab/instructlab.git"
9188 ]
9289 },
9390 "commit" : {
9491 "description" : " The commit in the Git repository containing the knowledge documents." ,
9592 "type" : " string" ,
96- "minLength" : 1 ,
9793 "examples" : [
9894 " 951999afdc59c46d325493568193b40bd5439c9e"
9995 ]
10096 },
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+ },
101105 "patterns" : {
102106 "description" : " An array of glob patterns of the knowledge documents in the Git repository." ,
103107 "type" : " array" ,
124128 ]
125129 }
126130 }
127- }
131+ }
You can’t perform that action at this time.
0 commit comments