mirror of
https://github.com/jie65535/JChatGPT.git
synced 2026-09-15 02:56:10 +08:00
Add maxToolOutputLength config
This commit is contained in:
@@ -119,4 +119,7 @@ object PluginConfig : AutoSavePluginConfig("Config") {
|
||||
|
||||
@ValueDescription("请求主人回复等待时间,单位毫秒,默认300秒")
|
||||
val requestOwnerWaitTimeout: Long by value(300000L)
|
||||
|
||||
@ValueDescription("单个工具调用返回内容的最大字符数,超过将被截断并标注")
|
||||
val maxToolOutputLength: Int by value(15000)
|
||||
}
|
||||
Reference in New Issue
Block a user