Files
dify-plugin-sdks/python/examples/code_based_workflow/tools/moderation.yaml
T
2024-09-26 16:15:50 +08:00

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