add docs to healthcheck
This commit is contained in:
@@ -2060,6 +2060,11 @@ Example – health_check() → { "status":"ready","total_chunks":11234,"index_ag
|
|||||||
"bm25_weight": BM25_WEIGHT,
|
"bm25_weight": BM25_WEIGHT,
|
||||||
"rerank_enabled": ENABLE_RERANK,
|
"rerank_enabled": ENABLE_RERANK,
|
||||||
"batch_size": EMBEDDING_BATCH_SIZE
|
"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__
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user