Skip to content

Commit

Permalink
knowledge v3: Mark knowledge v1 and v2 as deprecated
Browse files Browse the repository at this point in the history
The description is also updated to direct users to v3.

Signed-off-by: BJ Hargrave <[email protected]>
  • Loading branch information
bjhargrave committed Jul 30, 2024
1 parent 0c060f3 commit 238ec56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/instructlab/schema/v1/knowledge.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"deprecated": true,
"title": "Knowledge",
"description": "A knowledge skill.",
"description": "Version 1 is not supported for knowledge. Minimum supported version is 3.",
"type": "object",
"$ref": "./version.json",
"required": [
Expand Down
3 changes: 2 additions & 1 deletion src/instructlab/schema/v2/knowledge.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"deprecated": true,
"title": "Knowledge",
"description": "A knowledge skill.",
"description": "Version 2 is not supported for knowledge. Minimum supported version is 3.",
"type": "object",
"$ref": "./version.json",
"required": [
Expand Down

0 comments on commit 238ec56

Please sign in to comment.