chore: remove duplicated comment

Andrey Nering created

Change summary

providers/google/google.go | 1 -
1 file changed, 1 deletion(-)

Detailed changes

providers/google/google.go 🔗

@@ -121,7 +121,6 @@ func WithHTTPClient(client *http.Client) Option {
 	}
 }
 
-// WithToolCallIDFunc sets the function that generates a tool call ID.
 // WithToolCallIDFunc sets the function that generates a tool call ID.
 func WithToolCallIDFunc(f ToolCallIDFunc) Option {
 	return func(o *options) {