mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 18:35:29 -04:00
31 lines
667 B
YAML
31 lines
667 B
YAML
identity:
|
|
name: moderation
|
|
author: Dify
|
|
label:
|
|
en_US: Moderation
|
|
zh_Hans: 内容审核
|
|
pt_BR: Moderation
|
|
description:
|
|
human:
|
|
en_US: A tool for moderation
|
|
zh_Hans: 用于内容审核的工具
|
|
pt_BR: A tool for moderation
|
|
llm: A tool for moderation
|
|
parameters:
|
|
- name: text
|
|
type: string
|
|
required: true
|
|
label:
|
|
en_US: Text to moderate
|
|
zh_Hans: 要审核的文本
|
|
pt_BR: Text to moderate
|
|
human_description:
|
|
en_US: Text to moderate
|
|
zh_Hans: 要审核的文本
|
|
pt_BR: Text to moderate
|
|
llm_description: Text to moderate
|
|
form: llm
|
|
extra:
|
|
python:
|
|
source: tools/moderation.py
|