set

abstract fun <V : SettingValue<T>, T> set(def: SettingDef<V>, value: T)(source)

用法:setting.set(SystemPrompt(), "你是一袋猫粮")

设置项通常由持有 io.github.autotweaker.api.adapter.CoreAPIio.github.autotweaker.api.adapter.Adapter 管理,除非特殊需要,不必手动更新设置。