From 412954c45256b447ecb587c6eaf40ecbd324e82c Mon Sep 17 00:00:00 2001 From: jmorganca Date: Fri, 28 Nov 2025 19:35:57 -0500 Subject: [PATCH] fix lint --- model/parsers/intellect3_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/parsers/intellect3_test.go b/model/parsers/intellect3_test.go index 2fd1c8e4d..65202d63c 100644 --- a/model/parsers/intellect3_test.go +++ b/model/parsers/intellect3_test.go @@ -123,7 +123,7 @@ func TestIntellect3ParserToolCallsOnly(t *testing.T) { desc: "tool call streaming", chunks: []string{ "Checking\n\nNew York\n\n\nNew York\n\n\nfahrenheit\n\nDone", }, wantText: "CheckingDone",