add api-reference for custom categories (#1749)
This commit is contained in:
@@ -1076,12 +1076,14 @@
|
|||||||
"nullable":true
|
"nullable":true
|
||||||
},
|
},
|
||||||
"includes":{
|
"includes":{
|
||||||
|
"description": "String to include the specific preferences in the memory.",
|
||||||
"title":"Includes",
|
"title":"Includes",
|
||||||
"minLength":1,
|
"minLength":1,
|
||||||
"type":"string",
|
"type":"string",
|
||||||
"nullable":true
|
"nullable":true
|
||||||
},
|
},
|
||||||
"excludes":{
|
"excludes":{
|
||||||
|
"description": "String to exclude the specific preferences in the memory.",
|
||||||
"title":"Excludes",
|
"title":"Excludes",
|
||||||
"minLength":1,
|
"minLength":1,
|
||||||
"type":"string",
|
"type":"string",
|
||||||
@@ -1094,7 +1096,7 @@
|
|||||||
"default":true
|
"default":true
|
||||||
},
|
},
|
||||||
"custom_categories":{
|
"custom_categories":{
|
||||||
"description":"A comma-separated list of categories to include in the memory.",
|
"description":"A list of categories with category name and it's description.",
|
||||||
"title":"Custom categories",
|
"title":"Custom categories",
|
||||||
"type":"object",
|
"type":"object",
|
||||||
"properties":{
|
"properties":{
|
||||||
|
|||||||
Reference in New Issue
Block a user