fix: Add missing Gmail filter tools to tool_tiers.yaml
The list_gmail_filters, create_gmail_filter, and delete_gmail_filter tools were implemented in gmail_tools.py but not exposed in the tool_tiers.yaml configuration, causing them to be filtered out when using the tier-based tool loading system. Also added get_gmail_attachment_content which was similarly missing. Changes: - Added get_gmail_attachment_content to extended tier - Added list_gmail_filters to extended tier - Added create_gmail_filter to extended tier - Added delete_gmail_filter to extended tier - Removed duplicate get_gmail_attachment_content entry
This commit is contained in:
@@ -12,6 +12,9 @@ gmail:
|
|||||||
- list_gmail_labels
|
- list_gmail_labels
|
||||||
- manage_gmail_label
|
- manage_gmail_label
|
||||||
- draft_gmail_message
|
- draft_gmail_message
|
||||||
|
- list_gmail_filters
|
||||||
|
- create_gmail_filter
|
||||||
|
- delete_gmail_filter
|
||||||
|
|
||||||
complete:
|
complete:
|
||||||
- get_gmail_threads_content_batch
|
- get_gmail_threads_content_batch
|
||||||
|
|||||||
Reference in New Issue
Block a user