smart_search
Search InterSystems IRIS ObjectScript documentation by first checking local cache, then downloading documents if needed. Use natural language queries to find class references and official resources.
Instructions
Búsqueda inteligente: primero en caché local, luego descarga documentos si es necesario
Input Schema
Name | Required | Description | Default |
---|---|---|---|
keys | No | KEYs específicos de documentos a descargar si no hay resultados en caché (opcional) | |
q | Yes | Search query |
Input Schema (JSON Schema)
{
"properties": {
"keys": {
"description": "KEYs específicos de documentos a descargar si no hay resultados en caché (opcional)",
"items": {
"type": "string"
},
"type": "array"
},
"q": {
"description": "Search query",
"minLength": 2,
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
}