mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-13 13:32:55 -05:00
refactor: Optimize tool guidelines and disable tools by default
This commit is contained in:
@ -139,8 +139,8 @@ QString GetIssuesListTool::stringName() const
|
||||
QString GetIssuesListTool::description() const
|
||||
{
|
||||
return "Get compilation errors, warnings, and diagnostics from Qt Creator's Issues panel. "
|
||||
"Filter by severity ('error', 'warning', or 'all'). "
|
||||
"Returns issue descriptions with file paths and line numbers.";
|
||||
"Returns issue descriptions with file paths and line numbers. "
|
||||
"Optional severity filter: 'error', 'warning', or 'all' (default).";
|
||||
}
|
||||
|
||||
QJsonObject GetIssuesListTool::getDefinition(LLMCore::ToolSchemaFormat format) const
|
||||
|
||||
Reference in New Issue
Block a user