14 lines
216 B
TOML
14 lines
216 B
TOML
# 消息总结插件配置
|
|
|
|
[general]
|
|
enabled = true
|
|
|
|
[api]
|
|
backend = "dify_workflow_message_summary"
|
|
connect_timeout_seconds = 10
|
|
retry_delays_seconds = [10, 20]
|
|
|
|
[output]
|
|
output_dir = "output"
|
|
image_format = "png"
|