From 7a2e7844e1839f3c0e2198cd56787c1b1de96b35 Mon Sep 17 00:00:00 2001 From: Chan Nyein Thaw Date: Sun, 8 Mar 2026 10:53:07 +0900 Subject: [PATCH] fix: add reasoning_content field for Moonshot AI compatibility when tool calls present --- src/llm/model.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/llm/model.rs b/src/llm/model.rs index c74a76c4d..347a9fe67 100644 --- a/src/llm/model.rs +++ b/src/llm/model.rs @@ -1353,6 +1353,9 @@ fn convert_messages_to_openai(messages: &OneOrMany) -> Vec