This commit is contained in:
Asutorufa 2026-04-22 23:32:19 -05:00 committed by GitHub
commit d4f67f0911
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -259,7 +259,7 @@ func (c *Client) stream(ctx context.Context, method, path string, data any, fn f
}
}
return nil
return scanner.Err()
}
// GenerateResponseFunc is a function that [Client.Generate] invokes every time