mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-13 05:22:49 -05:00
feat: Improve showing tools in chat (#235)
This commit is contained in:
@ -123,6 +123,11 @@ void ToolsManager::onToolFinished(
|
||||
}
|
||||
}
|
||||
|
||||
ToolsFactory *ToolsManager::toolsFactory() const
|
||||
{
|
||||
return m_toolsFactory;
|
||||
}
|
||||
|
||||
bool ToolsManager::isExecutionComplete(const QString &requestId) const
|
||||
{
|
||||
if (!m_pendingTools.contains(requestId)) {
|
||||
|
||||
Reference in New Issue
Block a user