Updated instructions

This commit is contained in:
Fahad
2025-06-18 05:58:50 +04:00
parent e74e612de9
commit c3276595f9
10 changed files with 25 additions and 25 deletions

View File

@@ -16,7 +16,7 @@ from .base import BaseTool, ToolRequest
# Field descriptions to avoid duplication between Pydantic and JSON schema
ANALYZE_FIELD_DESCRIPTIONS = {
"files": "Files or directories to analyze (must be absolute paths)",
"files": "Files or directories to analyze (must be FULL absolute paths to real files / folders - DO NOT SHORTEN)",
"prompt": "What to analyze or look for",
"analysis_type": "Type of analysis to perform",
"output_format": "How to format the output",