{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Natural-language search query, e.g. 'how does DAIC enforcement work'"
}
},
"required": [
"query"
]
}{
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Site-relative page path starting with /, e.g. /docs/install"
}
},
"required": [
"path"
]
}