summaryrefslogtreecommitdiff
path: root/props_table.go
diff options
context:
space:
mode:
Diffstat (limited to 'props_table.go')
-rw-r--r--props_table.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/props_table.go b/props_table.go
index ec66812..d1d3680 100644
--- a/props_table.go
+++ b/props_table.go
@@ -115,18 +115,12 @@ func makePropsTable(props map[string]float32) *tview.Table {
row++
}
// Add checkboxes
- addCheckboxRow("RAG use", cfg.RAGEnabled, func(checked bool) {
- cfg.RAGEnabled = checked
- })
addCheckboxRow("Inject role", injectRole, func(checked bool) {
injectRole = checked
})
addCheckboxRow("TTS Enabled", cfg.TTS_ENABLED, func(checked bool) {
cfg.TTS_ENABLED = checked
})
- addCheckboxRow("Auto clean tool calls from context", cfg.AutoCleanToolCallsFromCtx, func(checked bool) {
- cfg.AutoCleanToolCallsFromCtx = checked
- })
addCheckboxRow("Enable Mouse", cfg.EnableMouse, func(checked bool) {
cfg.EnableMouse = checked
// Reconfigure the app's mouse setting