| 1171 | } |
| 1172 | |
| 1173 | void ChatRootView::setUseTools(bool enabled) |
| 1174 | { |
| 1175 | Settings::chatAssistantSettings().enableChatTools.setValue(enabled); |
| 1176 | Settings::chatAssistantSettings().writeSettings(); |
| 1177 | } |
| 1178 | |
| 1179 | bool ChatRootView::useThinking() const |
| 1180 | { |