docs: add query params for Store semantic search (#4828)

Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
This commit is contained in:
ms-tungtt
2025-06-09 17:47:50 +00:00
committed by GitHub
co-authored by William FH
parent 6b30d4fd8f
commit acc56e094a
@@ -3818,6 +3818,14 @@
"title": "Filter",
"description": "Optional dictionary of key-value pairs to filter results."
},
"query": {
"type": [
"string",
"null"
],
"title": "Query",
"description": "Query string for semantic/vector search."
},
"limit": {
"type": "integer",
"default": 10,