Refactored prompts for better maintainability

This commit is contained in:
Fahad
2025-06-14 11:09:13 +04:00
parent 94b2a4d407
commit 21037c2d81
15 changed files with 394 additions and 383 deletions

View File

@@ -11,7 +11,7 @@ if TYPE_CHECKING:
from tools.models import ToolModelCategory
from config import TEMPERATURE_ANALYTICAL
from prompts import ANALYZE_PROMPT
from systemprompts import ANALYZE_PROMPT
from .base import BaseTool, ToolRequest
from .models import ToolOutput