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

Method isThinkingSupport

ChatView/ChatRootView.cpp:1250–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1248}
1249
1250bool ChatRootView::isThinkingSupport() const
1251{
1252 auto providerName = Settings::generalSettings().caProvider();
1253 auto provider = PluginLLMCore::ProvidersManager::instance().getProviderByName(providerName);
1254
1255 return provider && provider->capabilities().testFlag(PluginLLMCore::ProviderCapability::Thinking);
1256}
1257
1258bool ChatRootView::hasImageAttachments(const QStringList &attachments) const
1259{

Callers

nothing calls this directly

Calls 2

getProviderByNameMethod · 0.80
capabilitiesMethod · 0.45

Tested by

no test coverage detected