mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
2ea9b98a92
- 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.
7 lines
125 B
Python
7 lines
125 B
Python
from dify_plugin import DifyPluginEnv, Plugin
|
|
|
|
plugin = Plugin(DifyPluginEnv())
|
|
|
|
if __name__ == "__main__":
|
|
plugin.run()
|