| 1192 | return; | 1198 | return; |
| 1193 | } | 1199 | } |
| 1194 | | 1200 | |
| 1195 | if ('json_schema' === setting) { | | |
| 1196 | settings.json_schema = value ?? null; | | |
| 1197 | $('#tabby_json_schema').val(value ? JSON.stringify(settings.json_schema, null, 2) : ''); | | |
| 1198 | return; | | |
| 1199 | } | | |
| 1200 | | | |
| 1201 | const isCheckbox = $(`#${setting}_textgenerationwebui`).attr('type') == 'checkbox'; | 1201 | const isCheckbox = $(`#${setting}_textgenerationwebui`).attr('type') == 'checkbox'; |
| 1202 | const isText = $(`#${setting}_textgenerationwebui`).attr('type') == 'text' || $(`#${setting}_textgenerationwebui`).is('textarea'); | 1202 | const isText = $(`#${setting}_textgenerationwebui`).attr('type') == 'text' || $(`#${setting}_textgenerationwebui`).is('textarea'); |
| 1203 | if (isCheckbox) { | 1203 | if (isCheckbox) { |