Update gmail/gmail_tools.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -574,7 +574,7 @@ async def get_gmail_thread_content(
|
|||||||
|
|
||||||
@server.tool()
|
@server.tool()
|
||||||
@require_google_service("gmail", "gmail_read")
|
@require_google_service("gmail", "gmail_read")
|
||||||
@handle_http_errors("get_gmail_threads_content_batch")
|
@handle_http_errors("get_gmail_threads_content_batch", is_read_only=True)
|
||||||
async def get_gmail_threads_content_batch(
|
async def get_gmail_threads_content_batch(
|
||||||
service,
|
service,
|
||||||
thread_ids: List[str],
|
thread_ids: List[str],
|
||||||
|
|||||||
Reference in New Issue
Block a user