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

@@ -1247,7 +1247,5 @@ async def create_sheet(
_comment_tools = create_comment_tools("spreadsheet", "spreadsheet_id")
# Extract and register the functions
read_sheet_comments = _comment_tools["read_comments"]
create_sheet_comment = _comment_tools["create_comment"]
reply_to_sheet_comment = _comment_tools["reply_to_comment"]
resolve_sheet_comment = _comment_tools["resolve_comment"]
list_spreadsheet_comments = _comment_tools["list_comments"]
manage_spreadsheet_comment = _comment_tools["manage_comment"]