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 } -