diff --git a/toolkits/google/arcade_google/tools/__init__.py b/toolkits/google/arcade_google/tools/__init__.py index da519efd..f30b1d6e 100644 --- a/toolkits/google/arcade_google/tools/__init__.py +++ b/toolkits/google/arcade_google/tools/__init__.py @@ -66,9 +66,9 @@ __all__ = [ get_document_by_id, insert_text_at_end_of_document, # Google Drive - get_file_tree_structure, # type: ignore[has-type] - search_and_retrieve_documents, # type: ignore[has-type] - search_documents, # type: ignore[has-type] + "get_file_tree_structure", + "search_and_retrieve_documents", + "search_documents", # Google File Picker generate_google_file_picker_url, # Google Gmail diff --git a/toolkits/google/pyproject.toml b/toolkits/google/pyproject.toml index 77f13a46..b7a11277 100644 --- a/toolkits/google/pyproject.toml +++ b/toolkits/google/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_google" -version = "1.2.0" +version = "1.2.1" description = "Arcade.dev LLM tools for Google Workspace" authors = ["Arcade "]