mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-23 02:45:37 -04:00
d75f734b7d
- Introduced a new CHECKBOX type in CommonParameterType to enhance parameter options. - Updated ToolParameter and TriggerParameter classes to include the new CHECKBOX type. - Modified the GitHub trigger manifest version to 1.1.0 and changed parameter type from select to checkbox in issues.yaml. These changes improve the flexibility of parameter types available in the plugin, allowing for more diverse user interactions.
38 lines
794 B
YAML
38 lines
794 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.1.0
|