add docs to healthcheck

This commit is contained in:
2025-11-06 15:47:24 +00:00
parent e70341480b
commit f1b4d65332
+5
View File
@@ -2060,6 +2060,11 @@ Example health_check() → { "status":"ready","total_chunks":11234,"index_ag
"bm25_weight": BM25_WEIGHT,
"rerank_enabled": ENABLE_RERANK,
"batch_size": EMBEDDING_BATCH_SIZE
},
"Tools": {
"search_codebase": search_codebase.__doc__,
"find_code_references": find_code_references.__doc__,
"read_file_lines_tool": read_file_lines_tool.__doc__
}
}