From b77a2fee7af577dbf2cdc383be54d9eeae40b554 Mon Sep 17 00:00:00 2001 From: Firat Sertgoz Date: Mon, 26 Jan 2026 22:39:01 +0400 Subject: [PATCH] fix: GLM 4.7 reasoning should be true --- src/agents/near-ai-models.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/near-ai-models.ts b/src/agents/near-ai-models.ts index add323990..fd003cca9 100644 --- a/src/agents/near-ai-models.ts +++ b/src/agents/near-ai-models.ts @@ -53,7 +53,7 @@ export const NEAR_AI_MODEL_CATALOG = [ { id: "zai-org/GLM-4.7", name: "GLM 4.7", - reasoning: false, + reasoning: true, input: ["text"], contextWindow: 131072, maxTokens: 8192,