Files
sure/app/models
Claude 6be6388d39 fix: Display helpful error when LLM model lacks function calling support
When users configure an OpenAI-compatible provider (like OpenRouter) with
a model that doesn't support function calling, they previously saw only a
generic "404" error. This made troubleshooting difficult.

Changes:
- Add FunctionCallingNotSupportedError class with a clear, actionable message
- Detect 404 errors and tool-related error messages when using custom providers
- Update error partial to display the actual error message instead of generic text
- Add i18n support for the error message

Fixes #830

https://claude.ai/code/session_01EpuAVyy5qRV4hYjwPELff4
2026-01-30 00:36:03 +00:00
..
2025-12-07 18:11:34 +01:00
2025-11-24 17:54:18 +01:00
2026-01-09 19:38:04 +01:00
2026-01-22 20:37:07 +01:00
2026-01-22 20:37:07 +01:00
2026-01-23 22:05:28 +01:00
2026-01-22 20:37:07 +01:00
2026-01-23 22:05:28 +01:00
2026-01-23 22:05:28 +01:00
2025-05-23 18:58:22 -04:00
2025-11-01 09:12:42 +01:00
2026-01-22 20:37:07 +01:00
2026-01-22 20:37:07 +01:00
2026-01-23 22:05:28 +01:00
2026-01-08 15:20:14 +01:00
2026-01-23 22:05:28 +01:00
2026-01-23 22:05:28 +01:00
2025-11-25 20:21:29 +01:00