Remove unnecessary blank line in accumulatedToolCall struct definition in OpenAI provider types.go

This commit is contained in:
Max 2025-11-15 11:13:26 +08:00
parent 353ad56ddd
commit 68ed9ece6d

View file

@ -80,4 +80,3 @@ type accumulatedToolCall struct {
functionName string
functionArgs string
}