From f4f5ba8e48c0f74509d7d59259859917f780e699 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 16 Oct 2025 18:58:58 -0300 Subject: [PATCH] fix: haiku 4.5 no reasoning efforts Signed-off-by: Carlos Alexandro Becker --- internal/providers/configs/anthropic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/providers/configs/anthropic.json b/internal/providers/configs/anthropic.json index 4761b7d47b58f48b9b2c62d125c86b28b14e0ca4..c45f693909f431c872a1b9260714c89ba94b02c7 100644 --- a/internal/providers/configs/anthropic.json +++ b/internal/providers/configs/anthropic.json @@ -29,7 +29,7 @@ "context_window": 200000, "default_max_tokens": 32000, "can_reason": true, - "has_reasoning_efforts": true, + "has_reasoning_efforts": false, "supports_attachments": true }, {