refactor: trimmed some prompts

style: version tool output now mentions the default model in use
This commit is contained in:
Fahad
2025-10-01 21:55:05 +04:00
parent d9449c7bb6
commit f69ff03c4d
5 changed files with 50 additions and 22 deletions

View File

@@ -25,10 +25,8 @@ CHAT_FIELD_DESCRIPTIONS = {
"Your question or idea for collaborative thinking. Provide detailed context, including your goal, what you've tried, and any specific challenges. "
"CRITICAL: To discuss code, use 'files' parameter instead of pasting code blocks here."
),
"files": "Always pass absolute full-paths (do NOT shorten) to existing files / folders containing code being discussed.",
"images": (
"Optional images for visual context (must be FULL absolute paths to real files / folders - DO NOT SHORTEN - OR these can be bas64 data)"
),
"files": "absolute file or folder paths for code context (do NOT shorten).",
"images": "Optional absolute image paths or base64 for visual context when helpful.",
}