mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-22 17:56:00 -04:00
18 lines
399 B
YAML
18 lines
399 B
YAML
identity:
|
|
author: {{ .Author }}
|
|
name: {{ .PluginName }}
|
|
label:
|
|
en_US: {{ .PluginName }}
|
|
zh_Hans: {{ .PluginName }}
|
|
pt_BR: {{ .PluginName }}
|
|
description:
|
|
en_US: {{ .PluginDescription }}
|
|
zh_Hans: {{ .PluginDescription }}
|
|
pt_BR: {{ .PluginDescription }}
|
|
icon: icon.svg
|
|
tools:
|
|
- tools/{{ .PluginName }}.yaml
|
|
extra:
|
|
python:
|
|
source: provider/{{ .PluginName }}.py
|