mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
18 lines
355 B
YAML
18 lines
355 B
YAML
identity:
|
|
name: summary
|
|
author: Dify
|
|
label:
|
|
en_US: Summary
|
|
zh_Hans: 总结
|
|
pt_BR: Summary
|
|
description:
|
|
human:
|
|
en_US: A tool for summarizing questions
|
|
zh_Hans: 用于总结问题的工具
|
|
pt_BR: A tool for summarizing questions
|
|
llm: A tool for reranking questions
|
|
parameters:
|
|
extra:
|
|
python:
|
|
source: tools/summary.py
|