MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / setUseTools

Method setUseTools

ChatView/ChatRootView.cpp:1173–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected