mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-10 21:31:03 -04:00
fix: Found and fix review mistakes
This commit is contained in:
@@ -56,7 +56,8 @@ Agent::Agent(AgentConfig config, Providers::Provider *providerOwned, QObject *pa
|
||||
}
|
||||
m_provider->setParent(this);
|
||||
m_provider->setPromptCaching(
|
||||
m_config.cachePrompt, m_config.cacheTtl == QLatin1StringView{"1h"},
|
||||
m_config.cachePrompt,
|
||||
m_config.cacheTtl == QLatin1StringView{"1h"},
|
||||
m_config.cacheBreakpoints);
|
||||
|
||||
QString tmplErr;
|
||||
|
||||
Reference in New Issue
Block a user