Add `chatmode` and `chatname` fields in bridge.lua

This commit is contained in:
Gnome Ann 2021-12-26 19:07:44 -05:00
parent 8742453f95
commit 6aa2f50045
1 changed files with 2 additions and 0 deletions

View File

@ -888,6 +888,8 @@ return function(_python, _bridged)
---@field rmspch boolean
---@field adsnsp boolean
---@field singleline boolean
---@field chatmode boolean
---@field chatname string
local KoboldSettings = setmetatable({
_name = "KoboldSettings",
}, metawrapper)