conversation: separate retry and loop budgets

This commit is contained in:
2026-08-05 12:41:13 +08:00
parent d140ba4fad
commit 1aa6939893
4 changed files with 88 additions and 27 deletions
+2 -2
View File
@@ -259,8 +259,8 @@ object PluginConfig : AutoSavePluginConfig("Config") {
@ValueDescription("达到需要合并转发消息的阈值")
val messageMergeThreshold by value(150)
@ValueDescription("最大循环数,至少2")
val retryMax: Int by value(5)
@ValueDescription("单次对话正常调用模型的最大循环数,至少2轮;失败重试不占用此轮数")
val retryMax: Int by value(10)
@ValueDescription("关键字呼叫,支持正则表达式")
val callKeyword by value("[小筱][林淋月玥]")