From ae78112c5053421c334aae9e7a1219c416ca2e6b Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Tue, 20 Jan 2026 12:57:02 -0800 Subject: [PATCH] test: add lfm2.5-thinking coverage (#13802) --- integration/utils_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration/utils_test.go b/integration/utils_test.go index 2dd39ecb0..6112edf27 100644 --- a/integration/utils_test.go +++ b/integration/utils_test.go @@ -38,6 +38,7 @@ var ( // Note: add newer models at the top of the list to test them first ollamaEngineChatModels = []string{ + "lfm2.5-thinking", "ministral-3", "qwen3-coder:30b", "gpt-oss:20b", @@ -143,6 +144,7 @@ var ( "granite3.3", "hermes3", "internlm2", + "lfm2.5-thinking", "llama-guard3", "llama-pro", "llama2-chinese", @@ -263,6 +265,7 @@ var ( "snowflake-arctic-embed2", } libraryToolsModels = []string{ + "lfm2.5-thinking", "qwen3-vl", "gpt-oss:20b", "gpt-oss:120b",