Skip to content

Commit

Permalink
Doc: Update V1 search params (#2096)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Khant authored Dec 19, 2024
1 parent 9032e68 commit 64c80e3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4071,6 +4071,26 @@
"type": "string",
"nullable": true,
"description": "The unique identifier of the project associated with the memory."
},
"filter_memories": {
"title": "Filter memories",
"type": "boolean",
"default": false,
"description": "Whether to properly filter the memories according to the input."
},
"categories": {
"title": "Categories",
"type": "array",
"items": {
"type": "string"
},
"description": "A list of categories to filter the memories by."
},
"only_metadata_based_search": {
"title": "Only metadata based search",
"type": "boolean",
"default": false,
"description": "Whether to only search for memories based on metadata."
}
}
},
Expand Down

0 comments on commit 64c80e3

Please sign in to comment.