| 1182 | } |
| 1183 | |
| 1184 | void ChatRootView::setUseThinking(bool enabled) |
| 1185 | { |
| 1186 | Settings::chatAssistantSettings().enableThinkingMode.setValue(enabled); |
| 1187 | Settings::chatAssistantSettings().writeSettings(); |
| 1188 | } |
| 1189 | |
| 1190 | void ChatRootView::applyFileEdit(const QString &editId) |
| 1191 | { |