This commit is contained in:
Taylor Wilsdon
2026-03-01 12:50:40 -05:00
parent 241433937b
commit 5e4db385d3
4 changed files with 11 additions and 26 deletions

View File

@@ -1678,7 +1678,5 @@ async def get_doc_as_markdown(
_comment_tools = create_comment_tools("document", "document_id")
# Extract and register the functions
read_doc_comments = _comment_tools["read_comments"]
create_doc_comment = _comment_tools["create_comment"]
reply_to_comment = _comment_tools["reply_to_comment"]
resolve_comment = _comment_tools["resolve_comment"]
list_document_comments = _comment_tools["list_comments"]
manage_document_comment = _comment_tools["manage_comment"]