Files
dify-plugin-sdks/python/examples/github_trigger/manifest.yaml
T
Harry 0f7d824c66 refactor: update OAuth provider instance retrieval and enhance type annotations
- Modified the `_get_oauth_provider_instance` method in `PluginExecutor` to accept a `Session` parameter and return the appropriate OAuth provider instance.
- Updated the `get_supported_oauth_provider_cls` method in `PluginRegistration` to `get_supported_oauth_provider`, improving its signature and functionality.
- Enhanced type annotations across methods to improve clarity and type safety.

These changes streamline the OAuth provider handling and improve code maintainability.
2025-10-11 21:55:36 +08:00

38 lines
786 B
YAML

author: langgenius
created_at: "2024-09-20T08:03:44.658609186Z"
description:
en_US: GitHub is an online software source code hosting service.
ja_JP: GitHub は、オンラインのソフトウェアソースコードホスティングサービスです。
zh_Hans: GitHub是一个在线软件源代码托管服务平台。
icon: icon.svg
label:
en_US: GitHub
ja_JP: GitHub
zh_Hans: GitHub
meta:
arch:
- amd64
- arm64
runner:
entrypoint: main
language: python
version: "3.12"
version: 0.0.1
minimum_dify_version: 1.7.0
name: github_trigger
plugins:
triggers:
- provider/github.yaml
resource:
memory: 1048576
permission:
model:
enabled: true
llm: true
tool:
enabled: true
tags:
- utilities
type: plugin
version: 1.2.2