Files
Harry 2ea9b98a92 feat(gmail_trigger): improve attachment processing and metadata updates
- Enhanced the GmailMessageAddedEvent class to support additional attachment types and improved metadata extraction.
- Updated methods for handling inline content and external links, ensuring better integration with attachments.
- Revised the output schema in the YAML to include new fields for attachment metadata, improving clarity and usability.
2025-11-05 20:20:30 +08:00

7 lines
125 B
Python

from dify_plugin import DifyPluginEnv, Plugin
plugin = Plugin(DifyPluginEnv())
if __name__ == "__main__":
plugin.run()