Reduce unnecessary tool calls in model (#2057)
fix: reduce unnecessary tool calls with clearer prompt guidance
Change tool preprompt from permissive "if helpful" to explicit instruction
to only use tools when the model cannot answer without them. This prevents
the model from calling tools for simple tasks like text editing or spelling
corrections that don't require external tool assistance.
Co-authored-by: Claude <noreply@anthropic.com>