Add WebSearch Agent

This commit is contained in:
2024-12-21 02:19:42 +08:00
parent 5cef899993
commit f91dbf8a6d
5 changed files with 146 additions and 17 deletions
+3
View File
@@ -25,4 +25,7 @@ object PluginConfig : AutoSavePluginConfig("Config") {
@ValueDescription("等待响应超时时间,单位毫秒,默认60秒")
val timeout: Long by value(60000L)
@ValueDescription("SearXNG 搜索引擎地址,如 http://127.0.0.1:8080/search 必须启用允许json格式返回")
val searXngUrl: String by value("")
}