From 1ab7631377fbb7a142e96c7e18c72829b7fa727c Mon Sep 17 00:00:00 2001 From: jmorganca Date: Thu, 6 Nov 2025 13:55:25 -0800 Subject: [PATCH] fix lint error --- api/types_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/types_test.go b/api/types_test.go index a4e6e9e547..187012db25 100644 --- a/api/types_test.go +++ b/api/types_test.go @@ -335,6 +335,7 @@ func TestToolFunctionParameters_MarshalJSON(t *testing.T) { }) } } + func TestToolCallFunction_IndexAlwaysMarshals(t *testing.T) { fn := ToolCallFunction{ Name: "echo",