Major new addition: refactor tool
Supports decomposing large components and files, finding codesmells, finding modernizing opportunities as well as code organization opportunities. Fix this mega-classes today! Line numbers added to embedded code for better references from model -> claude
This commit is contained in:
@@ -134,6 +134,10 @@ class TestGenTool(BaseTool):
|
||||
def get_default_temperature(self) -> float:
|
||||
return TEMPERATURE_ANALYTICAL
|
||||
|
||||
def wants_line_numbers_by_default(self) -> bool:
|
||||
"""Test generation tool needs line numbers for precise targeting"""
|
||||
return True
|
||||
|
||||
def get_model_category(self):
|
||||
"""TestGen requires extended reasoning for comprehensive test analysis"""
|
||||
from tools.models import ToolModelCategory
|
||||
|
||||
Reference in New Issue
Block a user