From 68ed9ece6dc791e038f533f4ed2f6df1340b2bf8 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 15 Nov 2025 11:13:26 +0800 Subject: [PATCH] Remove unnecessary blank line in accumulatedToolCall struct definition in OpenAI provider types.go --- agent/llm/providers/openai/types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/agent/llm/providers/openai/types.go b/agent/llm/providers/openai/types.go index c6a2db00..dbcc78eb 100644 --- a/agent/llm/providers/openai/types.go +++ b/agent/llm/providers/openai/types.go @@ -80,4 +80,3 @@ type accumulatedToolCall struct { functionName string functionArgs string } -